Shades of Navy #02117F
Tints of Navy #02117F
RGB
CMYK
RGB Variations
Color information
#02117F (or 0x02117F) is known color: Navy. HEX triplet: 02, 11 and 7F. RGB value is (2,17,127). Sum of RGB (Red+Green+Blue) = 2+17+127=146 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.37% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 127 (50% from 255 or 86.99% from 146); Max value from RGB is 127 - color contains mainly: blue. Hex color #02117F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02117F is #FDEE80. Grayscale: #181818. Windows color (decimal): -16641665 or 8327426. OLE color: 8327426.
HSL color Cylindrical-coordinate representation of color #02117F: hue angle of 232.8º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02117F is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 2 | 17 | 127 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.50 |
| HSL | 232.8º | 0.97% | 0.25% | - |
| HSV(B) | 232.8º | 0.98% | 0.5% | - |
| XYZ | 4.06 | 1.95 | 20.24 | - |
| YUV | 25.06 | 185.53 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 17 | 127 | 0.98 | 0.87 | 0 | 0.50 | 232.8 | 0.97 | 0.25 |
| Hex | 2 | 11 | 7F | 62 | 57 | 0 | 32 | E9 | 61 | 19 |
| Octal | 2 | 21 | 177 | 142 | 127 | 0 | 62 | 351 | 141 | 31 |
| Binary | 10 | 10001 | 1111111 | 1100010 | 1010111 | 0 | 110010 | 11101001 | 1100001 | 11001 |
Color Harmonies of #02117F
Complementary color
Monochromatic Colors of #02117F
Black with #02117F
Text Example
Text Example
White with #02117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02117F; }
p { color: rgb(2,17,127); }
H1.HeaderClassName
{
color: #02117F;
}
.AnyTagClassName
{
color: #02117F;
}
</style>
background-color css
<style>
a { background-color: #02117F; }
a { background-color: rgb(2,17,127); }
div.DivClassName
{
background-color: #02117F;
}
.BgClassName
{
background-color: #02117F;
}
</style>
border-color css
<style>
span { border-color: #02117F; }
span { border-color: rgb(2,17,127); }
td.TdClassName
{
border-color: #02117F;
}
.TagClassName
{
border-color: #02117F;
}
</style>