Shades of Navy #02137C
Tints of Navy #02137C
RGB
CMYK
RGB Variations
Color information
#02137C (or 0x02137C) is known color: Navy. HEX triplet: 02, 13 and 7C. RGB value is (2,19,124). Sum of RGB (Red+Green+Blue) = 2+19+124=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 124 (48.83% from 255 or 85.52% from 145); Max value from RGB is 124 - color contains mainly: blue. Hex color #02137C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02137C is #FDEC83. Grayscale: #191919. Windows color (decimal): -16641156 or 8131330. OLE color: 8131330.
HSL color Cylindrical-coordinate representation of color #02137C: hue angle of 231.64º 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 #02137C is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 19 | 124 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.51 |
| HSL | 231.64º | 0.97% | 0.25% | - |
| HSV(B) | 231.64º | 0.98% | 0.49% | - |
| XYZ | 3.9 | 1.93 | 19.24 | - |
| YUV | 25.89 | 183.37 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 124 | 0.98 | 0.85 | 0 | 0.51 | 231.64 | 0.97 | 0.25 |
| Hex | 2 | 13 | 7C | 62 | 55 | 0 | 33 | E8 | 61 | 19 |
| Octal | 2 | 23 | 174 | 142 | 125 | 0 | 63 | 350 | 141 | 31 |
| Binary | 10 | 10011 | 1111100 | 1100010 | 1010101 | 0 | 110011 | 11101000 | 1100001 | 11001 |
Color Harmonies of #02137C
Complementary color
Monochromatic Colors of #02137C
Black with #02137C
Text Example
Text Example
White with #02137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02137C; }
p { color: rgb(2,19,124); }
H1.HeaderClassName
{
color: #02137C;
}
.AnyTagClassName
{
color: #02137C;
}
</style>
background-color css
<style>
a { background-color: #02137C; }
a { background-color: rgb(2,19,124); }
div.DivClassName
{
background-color: #02137C;
}
.BgClassName
{
background-color: #02137C;
}
</style>
border-color css
<style>
span { border-color: #02137C; }
span { border-color: rgb(2,19,124); }
td.TdClassName
{
border-color: #02137C;
}
.TagClassName
{
border-color: #02137C;
}
</style>