Shades of Navy #010F79
Tints of Navy #010F79
RGB
CMYK
RGB Variations
Color information
#010F79 (or 0x010F79) is known color: Navy. HEX triplet: 01, 0F and 79. RGB value is (1,15,121). Sum of RGB (Red+Green+Blue) = 1+15+121=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 121 (47.66% from 255 or 88.32% from 137); Max value from RGB is 121 - color contains mainly: blue. Hex color #010F79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F79 is #FEF086. Grayscale: #161616. Windows color (decimal): -16707719 or 7933697. OLE color: 7933697.
HSL color Cylindrical-coordinate representation of color #010F79: hue angle of 233º 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 #010F79 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 15 | 121 | - |
| CMYK | 0.99 | 0.88 | 0 | 0.53 |
| HSL | 233º | 0.98% | 0.24% | - |
| HSV(B) | 233º | 0.99% | 0.47% | - |
| XYZ | 3.63 | 1.73 | 18.23 | - |
| YUV | 22.9 | 183.36 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 121 | 0.99 | 0.88 | 0 | 0.53 | 233 | 0.98 | 0.24 |
| Hex | 1 | F | 79 | 63 | 58 | 0 | 35 | E9 | 62 | 18 |
| Octal | 1 | 17 | 171 | 143 | 130 | 0 | 65 | 351 | 142 | 30 |
| Binary | 1 | 1111 | 1111001 | 1100011 | 1011000 | 0 | 110101 | 11101001 | 1100010 | 11000 |
Color Harmonies of #010F79
Complementary color
Monochromatic Colors of #010F79
Black with #010F79
Text Example
Text Example
White with #010F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F79; }
p { color: rgb(1,15,121); }
H1.HeaderClassName
{
color: #010F79;
}
.AnyTagClassName
{
color: #010F79;
}
</style>
background-color css
<style>
a { background-color: #010F79; }
a { background-color: rgb(1,15,121); }
div.DivClassName
{
background-color: #010F79;
}
.BgClassName
{
background-color: #010F79;
}
</style>
border-color css
<style>
span { border-color: #010F79; }
span { border-color: rgb(1,15,121); }
td.TdClassName
{
border-color: #010F79;
}
.TagClassName
{
border-color: #010F79;
}
</style>