Shades of Midnight Blue #0B166A
Tints of Midnight Blue #0B166A
RGB
CMYK
RGB Variations
Color information
#0B166A (or 0x0B166A) is known color: Midnight Blue. HEX triplet: 0B, 16 and 6A. RGB value is (11,22,106). Sum of RGB (Red+Green+Blue) = 11+22+106=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 106 (41.80% from 255 or 76.26% from 139); Max value from RGB is 106 - color contains mainly: blue. Hex color #0B166A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B166A is #F4E995. Grayscale: #1B1B1B. Windows color (decimal): -16050582 or 6952459. OLE color: 6952459.
HSL color Cylindrical-coordinate representation of color #0B166A: hue angle of 233.05º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B166A is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 22 | 106 | - |
| CMYK | 0.90 | 0.79 | 0 | 0.58 |
| HSL | 233.05º | 0.81% | 0.23% | - |
| HSV(B) | 233.05º | 0.9% | 0.42% | - |
| XYZ | 3.03 | 1.69 | 13.8 | - |
| YUV | 28.29 | 171.86 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 22 | 106 | 0.90 | 0.79 | 0 | 0.58 | 233.05 | 0.81 | 0.23 |
| Hex | B | 16 | 6A | 5A | 4F | 0 | 3A | E9 | 51 | 17 |
| Octal | 13 | 26 | 152 | 132 | 117 | 0 | 72 | 351 | 121 | 27 |
| Binary | 1011 | 10110 | 1101010 | 1011010 | 1001111 | 0 | 111010 | 11101001 | 1010001 | 10111 |
Color Harmonies of #0B166A
Complementary color
Monochromatic Colors of #0B166A
Black with #0B166A
Text Example
Text Example
White with #0B166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B166A; }
p { color: rgb(11,22,106); }
H1.HeaderClassName
{
color: #0B166A;
}
.AnyTagClassName
{
color: #0B166A;
}
</style>
background-color css
<style>
a { background-color: #0B166A; }
a { background-color: rgb(11,22,106); }
div.DivClassName
{
background-color: #0B166A;
}
.BgClassName
{
background-color: #0B166A;
}
</style>
border-color css
<style>
span { border-color: #0B166A; }
span { border-color: rgb(11,22,106); }
td.TdClassName
{
border-color: #0B166A;
}
.TagClassName
{
border-color: #0B166A;
}
</style>