Shades of Midnight Blue #0B166D
Tints of Midnight Blue #0B166D
RGB
CMYK
RGB Variations
Color information
#0B166D (or 0x0B166D) is known color: Midnight Blue. HEX triplet: 0B, 16 and 6D. RGB value is (11,22,109). Sum of RGB (Red+Green+Blue) = 11+22+109=142 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.75% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 109 (42.97% from 255 or 76.76% from 142); Max value from RGB is 109 - color contains mainly: blue. Hex color #0B166D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B166D is #F4E992. Grayscale: #1C1C1C. Windows color (decimal): -16050579 or 7149067. OLE color: 7149067.
HSL color Cylindrical-coordinate representation of color #0B166D: hue angle of 233.27º 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 #0B166D is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 11 | 22 | 109 | - |
| CMYK | 0.90 | 0.80 | 0 | 0.57 |
| HSL | 233.27º | 0.82% | 0.24% | - |
| HSV(B) | 233.27º | 0.9% | 0.43% | - |
| XYZ | 3.19 | 1.75 | 14.64 | - |
| YUV | 28.63 | 173.36 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 22 | 109 | 0.90 | 0.80 | 0 | 0.57 | 233.27 | 0.82 | 0.24 |
| Hex | B | 16 | 6D | 5A | 50 | 0 | 39 | E9 | 52 | 18 |
| Octal | 13 | 26 | 155 | 132 | 120 | 0 | 71 | 351 | 122 | 30 |
| Binary | 1011 | 10110 | 1101101 | 1011010 | 1010000 | 0 | 111001 | 11101001 | 1010010 | 11000 |
Color Harmonies of #0B166D
Complementary color
Monochromatic Colors of #0B166D
Black with #0B166D
Text Example
Text Example
White with #0B166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B166D; }
p { color: rgb(11,22,109); }
H1.HeaderClassName
{
color: #0B166D;
}
.AnyTagClassName
{
color: #0B166D;
}
</style>
background-color css
<style>
a { background-color: #0B166D; }
a { background-color: rgb(11,22,109); }
div.DivClassName
{
background-color: #0B166D;
}
.BgClassName
{
background-color: #0B166D;
}
</style>
border-color css
<style>
span { border-color: #0B166D; }
span { border-color: rgb(11,22,109); }
td.TdClassName
{
border-color: #0B166D;
}
.TagClassName
{
border-color: #0B166D;
}
</style>