Shades of Navy #02037C
Tints of Navy #02037C
RGB
CMYK
RGB Variations
Color information
#02037C (or 0x02037C) is known color: Navy. HEX triplet: 02, 03 and 7C. RGB value is (2,3,124). Sum of RGB (Red+Green+Blue) = 2+3+124=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 124 (48.83% from 255 or 96.12% from 129); Max value from RGB is 124 - color contains mainly: blue. Hex color #02037C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02037C is #FDFC83. Grayscale: #101010. Windows color (decimal): -16645252 or 8127234. OLE color: 8127234.
HSL color Cylindrical-coordinate representation of color #02037C: hue angle of 239.51º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02037C is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 3 | 124 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.51 |
| HSL | 239.51º | 0.97% | 0.25% | - |
| HSV(B) | 239.51º | 0.98% | 0.49% | - |
| XYZ | 3.7 | 1.53 | 19.17 | - |
| YUV | 16.5 | 188.67 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 124 | 0.98 | 0.98 | 0 | 0.51 | 239.51 | 0.97 | 0.25 |
| Hex | 2 | 3 | 7C | 62 | 62 | 0 | 33 | F0 | 61 | 19 |
| Octal | 2 | 3 | 174 | 142 | 142 | 0 | 63 | 360 | 141 | 31 |
| Binary | 10 | 11 | 1111100 | 1100010 | 1100010 | 0 | 110011 | 11110000 | 1100001 | 11001 |
Color Harmonies of #02037C
Complementary color
Monochromatic Colors of #02037C
Black with #02037C
Text Example
Text Example
White with #02037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02037C; }
p { color: rgb(2,3,124); }
H1.HeaderClassName
{
color: #02037C;
}
.AnyTagClassName
{
color: #02037C;
}
</style>
background-color css
<style>
a { background-color: #02037C; }
a { background-color: rgb(2,3,124); }
div.DivClassName
{
background-color: #02037C;
}
.BgClassName
{
background-color: #02037C;
}
</style>
border-color css
<style>
span { border-color: #02037C; }
span { border-color: rgb(2,3,124); }
td.TdClassName
{
border-color: #02037C;
}
.TagClassName
{
border-color: #02037C;
}
</style>