Shades of Navy #02035A
Tints of Navy #02035A
RGB
CMYK
RGB Variations
Color information
#02035A (or 0x02035A) is known color: Navy. HEX triplet: 02, 03 and 5A. RGB value is (2,3,90). Sum of RGB (Red+Green+Blue) = 2+3+90=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 90 (35.55% from 255 or 94.74% from 95); Max value from RGB is 90 - color contains mainly: blue. Hex color #02035A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02035A is #FDFCA5. Grayscale: #0C0C0C. Windows color (decimal): -16645286 or 5899010. OLE color: 5899010.
HSL color Cylindrical-coordinate representation of color #02035A: hue angle of 239.32º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02035A is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 3 | 90 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.65 |
| HSL | 239.32º | 0.96% | 0.18% | - |
| HSV(B) | 239.32º | 0.98% | 0.35% | - |
| XYZ | 1.9 | 0.82 | 9.73 | - |
| YUV | 12.62 | 171.67 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 90 | 0.98 | 0.97 | 0 | 0.65 | 239.32 | 0.96 | 0.18 |
| Hex | 2 | 3 | 5A | 62 | 61 | 0 | 41 | EF | 60 | 12 |
| Octal | 2 | 3 | 132 | 142 | 141 | 0 | 101 | 357 | 140 | 22 |
| Binary | 10 | 11 | 1011010 | 1100010 | 1100001 | 0 | 1000001 | 11101111 | 1100000 | 10010 |
Color Harmonies of #02035A
Complementary color
Monochromatic Colors of #02035A
Black with #02035A
Text Example
Text Example
White with #02035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02035A; }
p { color: rgb(2,3,90); }
H1.HeaderClassName
{
color: #02035A;
}
.AnyTagClassName
{
color: #02035A;
}
</style>
background-color css
<style>
a { background-color: #02035A; }
a { background-color: rgb(2,3,90); }
div.DivClassName
{
background-color: #02035A;
}
.BgClassName
{
background-color: #02035A;
}
</style>
border-color css
<style>
span { border-color: #02035A; }
span { border-color: rgb(2,3,90); }
td.TdClassName
{
border-color: #02035A;
}
.TagClassName
{
border-color: #02035A;
}
</style>