#0B106D

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

Shades of Midnight Blue #0B106D

Tints of Midnight Blue #0B106D

Color information

#0B106D (or 0x0B106D) is unknown color: approx Midnight Blue. HEX triplet: 0B, 10 and 6D. RGB value is (11,16,109). Sum of RGB (Red+Green+Blue) = 11+16+109=136 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.09% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 109 (42.97% from 255 or 80.15% from 136); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B106D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B106D is #F4EF92. Grayscale: #181818. Windows color (decimal): -16052115 or 7147531. OLE color: 7147531.

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

Color convert

RGB1116109-
CMYK0.900.8500.57
HSL236.94º81.67%23.53%-
HSV(B)236.94º89.91%42.75%-
XYZ3.081.5514.6-
YUV25.11175.34117.94-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.09%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 109 (42.97% from 255) = 80.15%
R=8.09%
G=11.76%
B=80.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal11161090.900.8500.57236.9481.6723.53
HexB106D5A55039ed5218
Octal132015513212507135512230
Binary101110000110110110110101010101011100111101101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,16,109); }

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

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

 a { background-color: rgb(11,16,109); }

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

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

 span { border-color: rgb(11,16,109); }

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