Shades of Navy #0F0472
Tints of Navy #0F0472
RGB
CMYK
RGB Variations
Color information
#0F0472 (or 0x0F0472) is known color: Navy. HEX triplet: 0F, 04 and 72. RGB value is (15,4,114). Sum of RGB (Red+Green+Blue) = 15+4+114=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 114 (44.92% from 255 or 85.71% from 133); Max value from RGB is 114 - color contains mainly: blue. Hex color #0F0472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0472 is #F0FB8D. Grayscale: #131313. Windows color (decimal): -15793038 or 7472143. OLE color: 7472143.
HSL color Cylindrical-coordinate representation of color #0F0472: hue angle of 246º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0472 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 4 | 114 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.55 |
| HSL | 246º | 0.93% | 0.23% | - |
| HSV(B) | 246º | 0.96% | 0.45% | - |
| XYZ | 3.28 | 1.4 | 16.02 | - |
| YUV | 19.83 | 181.14 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 4 | 114 | 0.87 | 0.96 | 0 | 0.55 | 246 | 0.93 | 0.23 |
| Hex | F | 4 | 72 | 57 | 60 | 0 | 37 | F6 | 5D | 17 |
| Octal | 17 | 4 | 162 | 127 | 140 | 0 | 67 | 366 | 135 | 27 |
| Binary | 1111 | 100 | 1110010 | 1010111 | 1100000 | 0 | 110111 | 11110110 | 1011101 | 10111 |
Color Harmonies of #0F0472
Complementary color
Monochromatic Colors of #0F0472
Black with #0F0472
Text Example
Text Example
White with #0F0472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0472; }
p { color: rgb(15,4,114); }
H1.HeaderClassName
{
color: #0F0472;
}
.AnyTagClassName
{
color: #0F0472;
}
</style>
background-color css
<style>
a { background-color: #0F0472; }
a { background-color: rgb(15,4,114); }
div.DivClassName
{
background-color: #0F0472;
}
.BgClassName
{
background-color: #0F0472;
}
</style>
border-color css
<style>
span { border-color: #0F0472; }
span { border-color: rgb(15,4,114); }
td.TdClassName
{
border-color: #0F0472;
}
.TagClassName
{
border-color: #0F0472;
}
</style>