Shades of Navy #0F0077
Tints of Navy #0F0077
RGB
CMYK
RGB Variations
Color information
#0F0077 (or 0x0F0077) is known color: Navy. HEX triplet: 0F, 00 and 77. RGB value is (15,0,119). Sum of RGB (Red+Green+Blue) = 15+0+119=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 119 (46.88% from 255 or 88.81% from 134); Max value from RGB is 119 - color contains mainly: blue. Hex color #0F0077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0077 is #F0FF88. Grayscale: #111111. Windows color (decimal): -15794057 or 7798799. OLE color: 7798799.
HSL color Cylindrical-coordinate representation of color #0F0077: hue angle of 247.56º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0077 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 0 | 119 | - |
| CMYK | 0.87 | 1 | 0 | 0.53 |
| HSL | 247.56º | 1% | 0.23% | - |
| HSV(B) | 247.56º | 1% | 0.47% | - |
| XYZ | 3.53 | 1.43 | 17.54 | - |
| YUV | 18.05 | 184.97 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 119 | 0.87 | 1 | 0 | 0.53 | 247.56 | 1 | 0.23 |
| Hex | F | 0 | 77 | 57 | 64 | 0 | 35 | F8 | 64 | 17 |
| Octal | 17 | 0 | 167 | 127 | 144 | 0 | 65 | 370 | 144 | 27 |
| Binary | 1111 | 0 | 1110111 | 1010111 | 1100100 | 0 | 110101 | 11111000 | 1100100 | 10111 |
Color Harmonies of #0F0077
Complementary color
Monochromatic Colors of #0F0077
Black with #0F0077
Text Example
Text Example
White with #0F0077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0077; }
p { color: rgb(15,0,119); }
H1.HeaderClassName
{
color: #0F0077;
}
.AnyTagClassName
{
color: #0F0077;
}
</style>
background-color css
<style>
a { background-color: #0F0077; }
a { background-color: rgb(15,0,119); }
div.DivClassName
{
background-color: #0F0077;
}
.BgClassName
{
background-color: #0F0077;
}
</style>
border-color css
<style>
span { border-color: #0F0077; }
span { border-color: rgb(15,0,119); }
td.TdClassName
{
border-color: #0F0077;
}
.TagClassName
{
border-color: #0F0077;
}
</style>