Shades of New Midnight Blue #0B12A9
Tints of New Midnight Blue #0B12A9
RGB
CMYK
RGB Variations
Color information
#0B12A9 (or 0x0B12A9) is known color: New Midnight Blue. HEX triplet: 0B, 12 and A9. RGB value is (11,18,169). Sum of RGB (Red+Green+Blue) = 11+18+169=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 18 (7.42% from 255 or 9.09% from 198); Blue value is 169 (66.41% from 255 or 85.35% from 198); Max value from RGB is 169 - color contains mainly: blue. Hex color #0B12A9 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B12A9 is #F4ED56. Grayscale: #202020. Windows color (decimal): -16051543 or 11080203. OLE color: 11080203.
HSL color Cylindrical-coordinate representation of color #0B12A9: hue angle of 237.34º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B12A9 is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 18 | 169 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.34 |
| HSL | 237.34º | 0.88% | 0.35% | - |
| HSV(B) | 237.34º | 0.93% | 0.66% | - |
| XYZ | 7.52 | 3.37 | 37.79 | - |
| YUV | 33.12 | 204.68 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 18 | 169 | 0.93 | 0.89 | 0 | 0.34 | 237.34 | 0.88 | 0.35 |
| Hex | B | 12 | A9 | 5D | 59 | 0 | 22 | ED | 58 | 23 |
| Octal | 13 | 22 | 251 | 135 | 131 | 0 | 42 | 355 | 130 | 43 |
| Binary | 1011 | 10010 | 10101001 | 1011101 | 1011001 | 0 | 100010 | 11101101 | 1011000 | 100011 |
Color Harmonies of #0B12A9
Complementary color
Monochromatic Colors of #0B12A9
Black with #0B12A9
Text Example
Text Example
White with #0B12A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B12A9; }
p { color: rgb(11,18,169); }
H1.HeaderClassName
{
color: #0B12A9;
}
.AnyTagClassName
{
color: #0B12A9;
}
</style>
background-color css
<style>
a { background-color: #0B12A9; }
a { background-color: rgb(11,18,169); }
div.DivClassName
{
background-color: #0B12A9;
}
.BgClassName
{
background-color: #0B12A9;
}
</style>
border-color css
<style>
span { border-color: #0B12A9; }
span { border-color: rgb(11,18,169); }
td.TdClassName
{
border-color: #0B12A9;
}
.TagClassName
{
border-color: #0B12A9;
}
</style>