Shades of Navy #010F77
Tints of Navy #010F77
RGB
CMYK
RGB Variations
Color information
#010F77 (or 0x010F77) is known color: Navy. HEX triplet: 01, 0F and 77. RGB value is (1,15,119). Sum of RGB (Red+Green+Blue) = 1+15+119=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 119 (46.88% from 255 or 88.15% from 135); Max value from RGB is 119 - color contains mainly: blue. Hex color #010F77 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F77 is #FEF088. Grayscale: #161616. Windows color (decimal): -16707721 or 7802625. OLE color: 7802625.
HSL color Cylindrical-coordinate representation of color #010F77: hue angle of 232.88º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F77 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 15 | 119 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.53 |
| HSL | 232.88º | 0.98% | 0.24% | - |
| HSV(B) | 232.88º | 0.99% | 0.47% | - |
| XYZ | 3.51 | 1.68 | 17.59 | - |
| YUV | 22.67 | 182.36 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 119 | 0.99 | 0.87 | 0 | 0.53 | 232.88 | 0.98 | 0.24 |
| Hex | 1 | F | 77 | 63 | 57 | 0 | 35 | E9 | 62 | 18 |
| Octal | 1 | 17 | 167 | 143 | 127 | 0 | 65 | 351 | 142 | 30 |
| Binary | 1 | 1111 | 1110111 | 1100011 | 1010111 | 0 | 110101 | 11101001 | 1100010 | 11000 |
Color Harmonies of #010F77
Complementary color
Monochromatic Colors of #010F77
Black with #010F77
Text Example
Text Example
White with #010F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F77; }
p { color: rgb(1,15,119); }
H1.HeaderClassName
{
color: #010F77;
}
.AnyTagClassName
{
color: #010F77;
}
</style>
background-color css
<style>
a { background-color: #010F77; }
a { background-color: rgb(1,15,119); }
div.DivClassName
{
background-color: #010F77;
}
.BgClassName
{
background-color: #010F77;
}
</style>
border-color css
<style>
span { border-color: #010F77; }
span { border-color: rgb(1,15,119); }
td.TdClassName
{
border-color: #010F77;
}
.TagClassName
{
border-color: #010F77;
}
</style>