Shades of Navy #0F0578
Tints of Navy #0F0578
RGB
CMYK
RGB Variations
Color information
#0F0578 (or 0x0F0578) is known color: Navy. HEX triplet: 0F, 05 and 78. RGB value is (15,5,120). Sum of RGB (Red+Green+Blue) = 15+5+120=140 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.71% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 120 (47.27% from 255 or 85.71% from 140); Max value from RGB is 120 - color contains mainly: blue. Hex color #0F0578 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0578 is #F0FA87. Grayscale: #141414. Windows color (decimal): -15792776 or 7865615. OLE color: 7865615.
HSL color Cylindrical-coordinate representation of color #0F0578: hue angle of 245.22º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0578 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 5 | 120 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.53 |
| HSL | 245.22º | 0.92% | 0.25% | - |
| HSV(B) | 245.22º | 0.96% | 0.47% | - |
| XYZ | 3.64 | 1.57 | 17.88 | - |
| YUV | 21.1 | 183.81 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 120 | 0.87 | 0.96 | 0 | 0.53 | 245.22 | 0.92 | 0.25 |
| Hex | F | 5 | 78 | 57 | 60 | 0 | 35 | F5 | 5C | 19 |
| Octal | 17 | 5 | 170 | 127 | 140 | 0 | 65 | 365 | 134 | 31 |
| Binary | 1111 | 101 | 1111000 | 1010111 | 1100000 | 0 | 110101 | 11110101 | 1011100 | 11001 |
Color Harmonies of #0F0578
Complementary color
Monochromatic Colors of #0F0578
Black with #0F0578
Text Example
Text Example
White with #0F0578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0578; }
p { color: rgb(15,5,120); }
H1.HeaderClassName
{
color: #0F0578;
}
.AnyTagClassName
{
color: #0F0578;
}
</style>
background-color css
<style>
a { background-color: #0F0578; }
a { background-color: rgb(15,5,120); }
div.DivClassName
{
background-color: #0F0578;
}
.BgClassName
{
background-color: #0F0578;
}
</style>
border-color css
<style>
span { border-color: #0F0578; }
span { border-color: rgb(15,5,120); }
td.TdClassName
{
border-color: #0F0578;
}
.TagClassName
{
border-color: #0F0578;
}
</style>