Shades of Navy #02005E
Tints of Navy #02005E
RGB
CMYK
RGB Variations
Color information
#02005E (or 0x02005E) is known color: Navy. HEX triplet: 02, 00 and 5E. RGB value is (2,0,94). Sum of RGB (Red+Green+Blue) = 2+0+94=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 94 (37.11% from 255 or 97.92% from 96); Max value from RGB is 94 - color contains mainly: blue. Hex color #02005E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02005E is #FDFFA1. Grayscale: #0A0A0A. Windows color (decimal): -16646050 or 6160386. OLE color: 6160386.
HSL color Cylindrical-coordinate representation of color #02005E: hue angle of 241.28º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02005E is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 0 | 94 | - |
| CMYK | 0.98 | 1 | 0 | 0.63 |
| HSL | 241.28º | 1% | 0.18% | - |
| HSV(B) | 241.28º | 1% | 0.37% | - |
| XYZ | 2.05 | 0.82 | 10.64 | - |
| YUV | 11.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 94 | 0.98 | 1 | 0 | 0.63 | 241.28 | 1 | 0.18 |
| Hex | 2 | 0 | 5E | 62 | 64 | 0 | 3F | F1 | 64 | 12 |
| Octal | 2 | 0 | 136 | 142 | 144 | 0 | 77 | 361 | 144 | 22 |
| Binary | 10 | 0 | 1011110 | 1100010 | 1100100 | 0 | 111111 | 11110001 | 1100100 | 10010 |
Color Harmonies of #02005E
Complementary color
Monochromatic Colors of #02005E
Black with #02005E
Text Example
Text Example
White with #02005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02005E; }
p { color: rgb(2,0,94); }
H1.HeaderClassName
{
color: #02005E;
}
.AnyTagClassName
{
color: #02005E;
}
</style>
background-color css
<style>
a { background-color: #02005E; }
a { background-color: rgb(2,0,94); }
div.DivClassName
{
background-color: #02005E;
}
.BgClassName
{
background-color: #02005E;
}
</style>
border-color css
<style>
span { border-color: #02005E; }
span { border-color: rgb(2,0,94); }
td.TdClassName
{
border-color: #02005E;
}
.TagClassName
{
border-color: #02005E;
}
</style>