Shades of Navy #02037D
Tints of Navy #02037D
RGB
CMYK
RGB Variations
Color information
#02037D (or 0x02037D) is known color: Navy. HEX triplet: 02, 03 and 7D. RGB value is (2,3,125). Sum of RGB (Red+Green+Blue) = 2+3+125=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 125 (49.22% from 255 or 96.15% from 130); Max value from RGB is 125 - color contains mainly: blue. Hex color #02037D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02037D is #FDFC82. Grayscale: #101010. Windows color (decimal): -16645251 or 8192770. OLE color: 8192770.
HSL color Cylindrical-coordinate representation of color #02037D: 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 #02037D is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 3 | 125 | - |
| 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.76 | 1.56 | 19.5 | - |
| YUV | 16.61 | 189.17 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 3 | 125 | 0.98 | 0.98 | 0 | 0.51 | 239.51 | 0.97 | 0.25 |
| Hex | 2 | 3 | 7D | 62 | 62 | 0 | 33 | F0 | 61 | 19 |
| Octal | 2 | 3 | 175 | 142 | 142 | 0 | 63 | 360 | 141 | 31 |
| Binary | 10 | 11 | 1111101 | 1100010 | 1100010 | 0 | 110011 | 11110000 | 1100001 | 11001 |
Color Harmonies of #02037D
Complementary color
Monochromatic Colors of #02037D
Black with #02037D
Text Example
Text Example
White with #02037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02037D; }
p { color: rgb(2,3,125); }
H1.HeaderClassName
{
color: #02037D;
}
.AnyTagClassName
{
color: #02037D;
}
</style>
background-color css
<style>
a { background-color: #02037D; }
a { background-color: rgb(2,3,125); }
div.DivClassName
{
background-color: #02037D;
}
.BgClassName
{
background-color: #02037D;
}
</style>
border-color css
<style>
span { border-color: #02037D; }
span { border-color: rgb(2,3,125); }
td.TdClassName
{
border-color: #02037D;
}
.TagClassName
{
border-color: #02037D;
}
</style>