Shades of Navy #0F027F
Tints of Navy #0F027F
RGB
CMYK
RGB Variations
Color information
#0F027F (or 0x0F027F) is known color: Navy. HEX triplet: 0F, 02 and 7F. RGB value is (15,2,127). Sum of RGB (Red+Green+Blue) = 15+2+127=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 127 (50% from 255 or 88.19% from 144); Max value from RGB is 127 - color contains mainly: blue. Hex color #0F027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F027F is #F0FD80. Grayscale: #131313. Windows color (decimal): -15793537 or 8323599. OLE color: 8323599.
HSL color Cylindrical-coordinate representation of color #0F027F: hue angle of 246.24º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F027F is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 2 | 127 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.50 |
| HSL | 246.24º | 0.97% | 0.25% | - |
| HSV(B) | 246.24º | 0.98% | 0.5% | - |
| XYZ | 4.05 | 1.68 | 20.19 | - |
| YUV | 20.14 | 188.31 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 127 | 0.88 | 0.98 | 0 | 0.50 | 246.24 | 0.97 | 0.25 |
| Hex | F | 2 | 7F | 58 | 62 | 0 | 32 | F6 | 61 | 19 |
| Octal | 17 | 2 | 177 | 130 | 142 | 0 | 62 | 366 | 141 | 31 |
| Binary | 1111 | 10 | 1111111 | 1011000 | 1100010 | 0 | 110010 | 11110110 | 1100001 | 11001 |
Color Harmonies of #0F027F
Complementary color
Monochromatic Colors of #0F027F
Black with #0F027F
Text Example
Text Example
White with #0F027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F027F; }
p { color: rgb(15,2,127); }
H1.HeaderClassName
{
color: #0F027F;
}
.AnyTagClassName
{
color: #0F027F;
}
</style>
background-color css
<style>
a { background-color: #0F027F; }
a { background-color: rgb(15,2,127); }
div.DivClassName
{
background-color: #0F027F;
}
.BgClassName
{
background-color: #0F027F;
}
</style>
border-color css
<style>
span { border-color: #0F027F; }
span { border-color: rgb(15,2,127); }
td.TdClassName
{
border-color: #0F027F;
}
.TagClassName
{
border-color: #0F027F;
}
</style>