Shades of Navy #010F76
Tints of Navy #010F76
RGB
CMYK
RGB Variations
Color information
#010F76 (or 0x010F76) is known color: Navy. HEX triplet: 01, 0F and 76. RGB value is (1,15,118). Sum of RGB (Red+Green+Blue) = 1+15+118=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 118 (46.48% from 255 or 88.06% from 134); Max value from RGB is 118 - color contains mainly: blue. Hex color #010F76 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010F76 is #FEF089. Grayscale: #161616. Windows color (decimal): -16707722 or 7737089. OLE color: 7737089.
HSL color Cylindrical-coordinate representation of color #010F76: hue angle of 232.82º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F76 is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 15 | 118 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.54 |
| HSL | 232.82º | 0.98% | 0.23% | - |
| HSV(B) | 232.82º | 0.99% | 0.46% | - |
| XYZ | 3.45 | 1.66 | 17.28 | - |
| YUV | 22.56 | 181.86 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 118 | 0.99 | 0.87 | 0 | 0.54 | 232.82 | 0.98 | 0.23 |
| Hex | 1 | F | 76 | 63 | 57 | 0 | 36 | E9 | 62 | 17 |
| Octal | 1 | 17 | 166 | 143 | 127 | 0 | 66 | 351 | 142 | 27 |
| Binary | 1 | 1111 | 1110110 | 1100011 | 1010111 | 0 | 110110 | 11101001 | 1100010 | 10111 |
Color Harmonies of #010F76
Complementary color
Monochromatic Colors of #010F76
Black with #010F76
Text Example
Text Example
White with #010F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F76; }
p { color: rgb(1,15,118); }
H1.HeaderClassName
{
color: #010F76;
}
.AnyTagClassName
{
color: #010F76;
}
</style>
background-color css
<style>
a { background-color: #010F76; }
a { background-color: rgb(1,15,118); }
div.DivClassName
{
background-color: #010F76;
}
.BgClassName
{
background-color: #010F76;
}
</style>
border-color css
<style>
span { border-color: #010F76; }
span { border-color: rgb(1,15,118); }
td.TdClassName
{
border-color: #010F76;
}
.TagClassName
{
border-color: #010F76;
}
</style>