Shades of New Midnight Blue #0F14AB
Tints of New Midnight Blue #0F14AB
RGB
CMYK
RGB Variations
Color information
#0F14AB (or 0x0F14AB) is known color: New Midnight Blue. HEX triplet: 0F, 14 and AB. RGB value is (15,20,171). Sum of RGB (Red+Green+Blue) = 15+20+171=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 171 (67.19% from 255 or 83.01% from 206); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F14AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F14AB is #F0EB54. Grayscale: #232323. Windows color (decimal): -15788885 or 11211791. OLE color: 11211791.
HSL color Cylindrical-coordinate representation of color #0F14AB: hue angle of 238.08º 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 #0F14AB is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 20 | 171 | - |
| CMYK | 0.91 | 0.88 | 0 | 0.33 |
| HSL | 238.08º | 0.84% | 0.36% | - |
| HSV(B) | 238.08º | 0.91% | 0.67% | - |
| XYZ | 7.8 | 3.54 | 38.8 | - |
| YUV | 35.72 | 204.34 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 20 | 171 | 0.91 | 0.88 | 0 | 0.33 | 238.08 | 0.84 | 0.36 |
| Hex | F | 14 | AB | 5B | 58 | 0 | 21 | EE | 54 | 24 |
| Octal | 17 | 24 | 253 | 133 | 130 | 0 | 41 | 356 | 124 | 44 |
| Binary | 1111 | 10100 | 10101011 | 1011011 | 1011000 | 0 | 100001 | 11101110 | 1010100 | 100100 |
Color Harmonies of #0F14AB
Complementary color
Monochromatic Colors of #0F14AB
Black with #0F14AB
Text Example
Text Example
White with #0F14AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F14AB; }
p { color: rgb(15,20,171); }
H1.HeaderClassName
{
color: #0F14AB;
}
.AnyTagClassName
{
color: #0F14AB;
}
</style>
background-color css
<style>
a { background-color: #0F14AB; }
a { background-color: rgb(15,20,171); }
div.DivClassName
{
background-color: #0F14AB;
}
.BgClassName
{
background-color: #0F14AB;
}
</style>
border-color css
<style>
span { border-color: #0F14AB; }
span { border-color: rgb(15,20,171); }
td.TdClassName
{
border-color: #0F14AB;
}
.TagClassName
{
border-color: #0F14AB;
}
</style>