Shades of New Midnight Blue #0F10AB
Tints of New Midnight Blue #0F10AB
RGB
CMYK
RGB Variations
Color information
#0F10AB (or 0x0F10AB) is known color: New Midnight Blue. HEX triplet: 0F, 10 and AB. RGB value is (15,16,171). Sum of RGB (Red+Green+Blue) = 15+16+171=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 171 (67.19% from 255 or 84.65% from 202); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F10AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0F10AB is #F0EF54. Grayscale: #202020. Windows color (decimal): -15789909 or 11210767. OLE color: 11210767.
HSL color Cylindrical-coordinate representation of color #0F10AB: hue angle of 239.62º 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 #0F10AB is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 16 | 171 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.33 |
| HSL | 239.62º | 0.84% | 0.36% | - |
| HSV(B) | 239.62º | 0.91% | 0.67% | - |
| XYZ | 7.73 | 3.41 | 38.78 | - |
| YUV | 33.37 | 205.67 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 16 | 171 | 0.91 | 0.91 | 0 | 0.33 | 239.62 | 0.84 | 0.36 |
| Hex | F | 10 | AB | 5B | 5B | 0 | 21 | F0 | 54 | 24 |
| Octal | 17 | 20 | 253 | 133 | 133 | 0 | 41 | 360 | 124 | 44 |
| Binary | 1111 | 10000 | 10101011 | 1011011 | 1011011 | 0 | 100001 | 11110000 | 1010100 | 100100 |
Color Harmonies of #0F10AB
Complementary color
Monochromatic Colors of #0F10AB
Black with #0F10AB
Text Example
Text Example
White with #0F10AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F10AB; }
p { color: rgb(15,16,171); }
H1.HeaderClassName
{
color: #0F10AB;
}
.AnyTagClassName
{
color: #0F10AB;
}
</style>
background-color css
<style>
a { background-color: #0F10AB; }
a { background-color: rgb(15,16,171); }
div.DivClassName
{
background-color: #0F10AB;
}
.BgClassName
{
background-color: #0F10AB;
}
</style>
border-color css
<style>
span { border-color: #0F10AB; }
span { border-color: rgb(15,16,171); }
td.TdClassName
{
border-color: #0F10AB;
}
.TagClassName
{
border-color: #0F10AB;
}
</style>