Shades of Navy #000F77
Tints of Navy #000F77
RGB
CMYK
RGB Variations
Color information
#000F77 (or 0x000F77) is known color: Navy. HEX triplet: 00, 0F and 77. RGB value is (0,15,119). Sum of RGB (Red+Green+Blue) = 0+15+119=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 15 (6.25% from 255 or 11.19% 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 #000F77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F77 is #FFF088. Grayscale: #151515. Windows color (decimal): -16773257 or 7802624. OLE color: 7802624.
HSL color Cylindrical-coordinate representation of color #000F77: hue angle of 232.44º 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 #000F77 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 15 | 119 | - |
| CMYK | 1 | 0.87 | 0 | 0.53 |
| HSL | 232.44º | 1% | 0.23% | - |
| HSV(B) | 232.44º | 1% | 0.47% | - |
| XYZ | 3.5 | 1.67 | 17.59 | - |
| YUV | 22.37 | 182.53 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 119 | 1 | 0.87 | 0 | 0.53 | 232.44 | 1 | 0.23 |
| Hex | 0 | F | 77 | 64 | 57 | 0 | 35 | E8 | 64 | 17 |
| Octal | 0 | 17 | 167 | 144 | 127 | 0 | 65 | 350 | 144 | 27 |
| Binary | 0 | 1111 | 1110111 | 1100100 | 1010111 | 0 | 110101 | 11101000 | 1100100 | 10111 |
Color Harmonies of #000F77
Complementary color
Monochromatic Colors of #000F77
Black with #000F77
Text Example
Text Example
White with #000F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F77; }
p { color: rgb(0,15,119); }
H1.HeaderClassName
{
color: #000F77;
}
.AnyTagClassName
{
color: #000F77;
}
</style>
background-color css
<style>
a { background-color: #000F77; }
a { background-color: rgb(0,15,119); }
div.DivClassName
{
background-color: #000F77;
}
.BgClassName
{
background-color: #000F77;
}
</style>
border-color css
<style>
span { border-color: #000F77; }
span { border-color: rgb(0,15,119); }
td.TdClassName
{
border-color: #000F77;
}
.TagClassName
{
border-color: #000F77;
}
</style>