Shades of Navy #0F027D
Tints of Navy #0F027D
RGB
CMYK
RGB Variations
Color information
#0F027D (or 0x0F027D) is known color: Navy. HEX triplet: 0F, 02 and 7D. RGB value is (15,2,125). Sum of RGB (Red+Green+Blue) = 15+2+125=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 125 (49.22% from 255 or 88.03% from 142); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F027D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F027D is #F0FD82. Grayscale: #131313. Windows color (decimal): -15793539 or 8192527. OLE color: 8192527.
HSL color Cylindrical-coordinate representation of color #0F027D: hue angle of 246.34º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F027D is Cyan = 0.88, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 15 | 2 | 125 | - |
| CMYK | 0.88 | 0.98 | 0 | 0.51 |
| HSL | 246.34º | 0.97% | 0.25% | - |
| HSV(B) | 246.34º | 0.98% | 0.49% | - |
| XYZ | 3.92 | 1.63 | 19.51 | - |
| YUV | 19.91 | 187.31 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 125 | 0.88 | 0.98 | 0 | 0.51 | 246.34 | 0.97 | 0.25 |
| Hex | F | 2 | 7D | 58 | 62 | 0 | 33 | F6 | 61 | 19 |
| Octal | 17 | 2 | 175 | 130 | 142 | 0 | 63 | 366 | 141 | 31 |
| Binary | 1111 | 10 | 1111101 | 1011000 | 1100010 | 0 | 110011 | 11110110 | 1100001 | 11001 |
Color Harmonies of #0F027D
Complementary color
Monochromatic Colors of #0F027D
Black with #0F027D
Text Example
Text Example
White with #0F027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F027D; }
p { color: rgb(15,2,125); }
H1.HeaderClassName
{
color: #0F027D;
}
.AnyTagClassName
{
color: #0F027D;
}
</style>
background-color css
<style>
a { background-color: #0F027D; }
a { background-color: rgb(15,2,125); }
div.DivClassName
{
background-color: #0F027D;
}
.BgClassName
{
background-color: #0F027D;
}
</style>
border-color css
<style>
span { border-color: #0F027D; }
span { border-color: rgb(15,2,125); }
td.TdClassName
{
border-color: #0F027D;
}
.TagClassName
{
border-color: #0F027D;
}
</style>