#0B0C6F

Color #0B0C6F Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #0B0C6F

Tints of Midnight Blue #0B0C6F

Color information

#0B0C6F (or 0x0B0C6F) is unknown color: approx Midnight Blue. HEX triplet: 0B, 0C and 6F. RGB value is (11,12,111). Sum of RGB (Red+Green+Blue) = 11+12+111=134 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.21% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 111 (43.75% from 255 or 82.84% from 134); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B0C6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0C6F is #F4F390. Grayscale: #161616. Windows color (decimal): -16053137 or 7277579. OLE color: 7277579.

HSL color Cylindrical-coordinate representation of color #0B0C6F: hue angle of 239.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B0C6F is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1112111-
CMYK0.900.8900.56
HSL239.4º81.97%23.92%-
HSV(B)239.4º90.09%43.53%-
XYZ3.141.4815.16-
YUV22.99177.67119.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 8.21%
GREEN value IS 12 (5.08% from 255) = 8.96%
BLUE value IS 111 (43.75% from 255) = 82.84%
R=8.21%
G=8.96%
B=82.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11121110.900.8900.56239.481.9723.92
HexBC6F5A59038ef5218
Octal131415713213107035712230
Binary10111100110111110110101011001011100011101111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B0C6F; }

 p { color: rgb(11,12,111); }

 H1.HeaderClassName
 {
   color: #0B0C6F;
 }
 .AnyTagClassName
 {
   color: #0B0C6F;
 }
</style>
background-color css

<style>
 a { background-color: #0B0C6F; }

 a { background-color: rgb(11,12,111); }

 div.DivClassName
 {
   background-color: #0B0C6F;
 }
 .BgClassName
 {
   background-color: #0B0C6F;
 }
</style>
border-color css

<style>
 span { border-color: #0B0C6F; }

 span { border-color: rgb(11,12,111); }

 td.TdClassName
 {
   border-color: #0B0C6F;
 }
 .TagClassName
 {
   border-color: #0B0C6F;
 }
</style>