Shades of Navy #02005C
Tints of Navy #02005C
RGB
CMYK
RGB Variations
Color information
#02005C (or 0x02005C) is known color: Navy. HEX triplet: 02, 00 and 5C. RGB value is (2,0,92). Sum of RGB (Red+Green+Blue) = 2+0+92=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 92 (36.33% from 255 or 97.87% from 94); Max value from RGB is 92 - color contains mainly: blue. Hex color #02005C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02005C is #FDFFA3. Grayscale: #0A0A0A. Windows color (decimal): -16646052 or 6029314. OLE color: 6029314.
HSL color Cylindrical-coordinate representation of color #02005C: hue angle of 241.3º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02005C is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 2 | 0 | 92 | - |
| CMYK | 0.98 | 1 | 0 | 0.64 |
| HSL | 241.3º | 1% | 0.18% | - |
| HSV(B) | 241.3º | 1% | 0.36% | - |
| XYZ | 1.96 | 0.79 | 10.17 | - |
| YUV | 11.09 | 173.66 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 0 | 92 | 0.98 | 1 | 0 | 0.64 | 241.3 | 1 | 0.18 |
| Hex | 2 | 0 | 5C | 62 | 64 | 0 | 40 | F1 | 64 | 12 |
| Octal | 2 | 0 | 134 | 142 | 144 | 0 | 100 | 361 | 144 | 22 |
| Binary | 10 | 0 | 1011100 | 1100010 | 1100100 | 0 | 1000000 | 11110001 | 1100100 | 10010 |
Color Harmonies of #02005C
Complementary color
Monochromatic Colors of #02005C
Black with #02005C
Text Example
Text Example
White with #02005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02005C; }
p { color: rgb(2,0,92); }
H1.HeaderClassName
{
color: #02005C;
}
.AnyTagClassName
{
color: #02005C;
}
</style>
background-color css
<style>
a { background-color: #02005C; }
a { background-color: rgb(2,0,92); }
div.DivClassName
{
background-color: #02005C;
}
.BgClassName
{
background-color: #02005C;
}
</style>
border-color css
<style>
span { border-color: #02005C; }
span { border-color: rgb(2,0,92); }
td.TdClassName
{
border-color: #02005C;
}
.TagClassName
{
border-color: #02005C;
}
</style>