Shades of Navy #02055E
Tints of Navy #02055E
RGB
CMYK
RGB Variations
Color information
#02055E (or 0x02055E) is known color: Navy. HEX triplet: 02, 05 and 5E. RGB value is (2,5,94). Sum of RGB (Red+Green+Blue) = 2+5+94=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 94 (37.11% from 255 or 93.07% from 101); Max value from RGB is 94 - color contains mainly: blue. Hex color #02055E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02055E is #FDFAA1. Grayscale: #0D0D0D. Windows color (decimal): -16644770 or 6161666. OLE color: 6161666.
HSL color Cylindrical-coordinate representation of color #02055E: hue angle of 238.04º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02055E is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 5 | 94 | - |
| CMYK | 0.98 | 0.95 | 0 | 0.63 |
| HSL | 238.04º | 0.96% | 0.19% | - |
| HSV(B) | 238.04º | 0.98% | 0.37% | - |
| XYZ | 2.1 | 0.93 | 10.66 | - |
| YUV | 14.25 | 173.01 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 5 | 94 | 0.98 | 0.95 | 0 | 0.63 | 238.04 | 0.96 | 0.19 |
| Hex | 2 | 5 | 5E | 62 | 5F | 0 | 3F | EE | 60 | 13 |
| Octal | 2 | 5 | 136 | 142 | 137 | 0 | 77 | 356 | 140 | 23 |
| Binary | 10 | 101 | 1011110 | 1100010 | 1011111 | 0 | 111111 | 11101110 | 1100000 | 10011 |
Color Harmonies of #02055E
Complementary color
Monochromatic Colors of #02055E
Black with #02055E
Text Example
Text Example
White with #02055E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02055E; }
p { color: rgb(2,5,94); }
H1.HeaderClassName
{
color: #02055E;
}
.AnyTagClassName
{
color: #02055E;
}
</style>
background-color css
<style>
a { background-color: #02055E; }
a { background-color: rgb(2,5,94); }
div.DivClassName
{
background-color: #02055E;
}
.BgClassName
{
background-color: #02055E;
}
</style>
border-color css
<style>
span { border-color: #02055E; }
span { border-color: rgb(2,5,94); }
td.TdClassName
{
border-color: #02055E;
}
.TagClassName
{
border-color: #02055E;
}
</style>