Shades of New Midnight Blue #0F02AB
Tints of New Midnight Blue #0F02AB
RGB
CMYK
RGB Variations
Color information
#0F02AB (or 0x0F02AB) is known color: New Midnight Blue. HEX triplet: 0F, 02 and AB. RGB value is (15,2,171). Sum of RGB (Red+Green+Blue) = 15+2+171=188 (24% of max value = 765). Red value is 15 (6.25% from 255 or 7.98% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 171 (67.19% from 255 or 90.96% from 188); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F02AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F02AB is #F0FD54. Grayscale: #181818. Windows color (decimal): -15793493 or 11207183. OLE color: 11207183.
HSL color Cylindrical-coordinate representation of color #0F02AB: hue angle of 244.62º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F02AB is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 2 | 171 | - |
| CMYK | 0.91 | 0.99 | 0 | 0.33 |
| HSL | 244.62º | 0.98% | 0.34% | - |
| HSV(B) | 244.62º | 0.99% | 0.67% | - |
| XYZ | 7.57 | 3.09 | 38.72 | - |
| YUV | 25.15 | 210.31 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 171 | 0.91 | 0.99 | 0 | 0.33 | 244.62 | 0.98 | 0.34 |
| Hex | F | 2 | AB | 5B | 63 | 0 | 21 | F5 | 62 | 22 |
| Octal | 17 | 2 | 253 | 133 | 143 | 0 | 41 | 365 | 142 | 42 |
| Binary | 1111 | 10 | 10101011 | 1011011 | 1100011 | 0 | 100001 | 11110101 | 1100010 | 100010 |
Color Harmonies of #0F02AB
Complementary color
Monochromatic Colors of #0F02AB
Black with #0F02AB
Text Example
Text Example
White with #0F02AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F02AB; }
p { color: rgb(15,2,171); }
H1.HeaderClassName
{
color: #0F02AB;
}
.AnyTagClassName
{
color: #0F02AB;
}
</style>
background-color css
<style>
a { background-color: #0F02AB; }
a { background-color: rgb(15,2,171); }
div.DivClassName
{
background-color: #0F02AB;
}
.BgClassName
{
background-color: #0F02AB;
}
</style>
border-color css
<style>
span { border-color: #0F02AB; }
span { border-color: rgb(15,2,171); }
td.TdClassName
{
border-color: #0F02AB;
}
.TagClassName
{
border-color: #0F02AB;
}
</style>