Shades of Navy #0F026E
Tints of Navy #0F026E
RGB
CMYK
RGB Variations
Color information
#0F026E (or 0x0F026E) is known color: Navy. HEX triplet: 0F, 02 and 6E. RGB value is (15,2,110). Sum of RGB (Red+Green+Blue) = 15+2+110=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 110 (43.36% from 255 or 86.61% from 127); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F026E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F026E is #F0FD91. Grayscale: #111111. Windows color (decimal): -15793554 or 7209487. OLE color: 7209487.
HSL color Cylindrical-coordinate representation of color #0F026E: hue angle of 247.22º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F026E is Cyan = 0.86, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 2 | 110 | - |
| CMYK | 0.86 | 0.98 | 0 | 0.57 |
| HSL | 247.22º | 0.96% | 0.22% | - |
| HSV(B) | 247.22º | 0.98% | 0.43% | - |
| XYZ | 3.03 | 1.27 | 14.84 | - |
| YUV | 18.2 | 179.81 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 110 | 0.86 | 0.98 | 0 | 0.57 | 247.22 | 0.96 | 0.22 |
| Hex | F | 2 | 6E | 56 | 62 | 0 | 39 | F7 | 60 | 16 |
| Octal | 17 | 2 | 156 | 126 | 142 | 0 | 71 | 367 | 140 | 26 |
| Binary | 1111 | 10 | 1101110 | 1010110 | 1100010 | 0 | 111001 | 11110111 | 1100000 | 10110 |
Color Harmonies of #0F026E
Complementary color
Monochromatic Colors of #0F026E
Black with #0F026E
Text Example
Text Example
White with #0F026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F026E; }
p { color: rgb(15,2,110); }
H1.HeaderClassName
{
color: #0F026E;
}
.AnyTagClassName
{
color: #0F026E;
}
</style>
background-color css
<style>
a { background-color: #0F026E; }
a { background-color: rgb(15,2,110); }
div.DivClassName
{
background-color: #0F026E;
}
.BgClassName
{
background-color: #0F026E;
}
</style>
border-color css
<style>
span { border-color: #0F026E; }
span { border-color: rgb(15,2,110); }
td.TdClassName
{
border-color: #0F026E;
}
.TagClassName
{
border-color: #0F026E;
}
</style>