Shades of New Midnight Blue #0F12AB
Tints of New Midnight Blue #0F12AB
RGB
CMYK
RGB Variations
Color information
#0F12AB (or 0x0F12AB) is known color: New Midnight Blue. HEX triplet: 0F, 12 and AB. RGB value is (15,18,171). Sum of RGB (Red+Green+Blue) = 15+18+171=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 171 (67.19% from 255 or 83.82% from 204); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F12AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F12AB is #F0ED54. Grayscale: #212121. Windows color (decimal): -15789397 or 11211279. OLE color: 11211279.
HSL color Cylindrical-coordinate representation of color #0F12AB: hue angle of 238.85º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F12AB is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 18 | 171 | - |
| CMYK | 0.91 | 0.89 | 0 | 0.33 |
| HSL | 238.85º | 0.84% | 0.36% | - |
| HSV(B) | 238.85º | 0.91% | 0.67% | - |
| XYZ | 7.76 | 3.47 | 38.79 | - |
| YUV | 34.55 | 205.01 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 18 | 171 | 0.91 | 0.89 | 0 | 0.33 | 238.85 | 0.84 | 0.36 |
| Hex | F | 12 | AB | 5B | 59 | 0 | 21 | EF | 54 | 24 |
| Octal | 17 | 22 | 253 | 133 | 131 | 0 | 41 | 357 | 124 | 44 |
| Binary | 1111 | 10010 | 10101011 | 1011011 | 1011001 | 0 | 100001 | 11101111 | 1010100 | 100100 |
Color Harmonies of #0F12AB
Complementary color
Monochromatic Colors of #0F12AB
Black with #0F12AB
Text Example
Text Example
White with #0F12AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F12AB; }
p { color: rgb(15,18,171); }
H1.HeaderClassName
{
color: #0F12AB;
}
.AnyTagClassName
{
color: #0F12AB;
}
</style>
background-color css
<style>
a { background-color: #0F12AB; }
a { background-color: rgb(15,18,171); }
div.DivClassName
{
background-color: #0F12AB;
}
.BgClassName
{
background-color: #0F12AB;
}
</style>
border-color css
<style>
span { border-color: #0F12AB; }
span { border-color: rgb(15,18,171); }
td.TdClassName
{
border-color: #0F12AB;
}
.TagClassName
{
border-color: #0F12AB;
}
</style>