Shades of Navy Blue #0062CD
Tints of Navy Blue #0062CD
RGB
CMYK
RGB Variations
Color information
#0062CD (or 0x0062CD) is known color: Navy Blue. HEX triplet: 00, 62 and CD. RGB value is (0,98,205). Sum of RGB (Red+Green+Blue) = 0+98+205=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #0062CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0062CD is #FF9D32. Grayscale: #505050. Windows color (decimal): -16751923 or 13459968. OLE color: 13459968.
HSL color Cylindrical-coordinate representation of color #0062CD: hue angle of 211.32º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0062CD is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 98 | 205 | - |
| CMYK | 1 | 0.52 | 0 | 0.20 |
| HSL | 211.32º | 1% | 0.4% | - |
| HSV(B) | 211.32º | 1% | 0.8% | - |
| XYZ | 15.39 | 13.14 | 59.48 | - |
| YUV | 80.9 | 198.03 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 205 | 1 | 0.52 | 0 | 0.20 | 211.32 | 1 | 0.4 |
| Hex | 0 | 62 | CD | 64 | 34 | 0 | 14 | D3 | 64 | 28 |
| Octal | 0 | 142 | 315 | 144 | 64 | 0 | 24 | 323 | 144 | 50 |
| Binary | 0 | 1100010 | 11001101 | 1100100 | 110100 | 0 | 10100 | 11010011 | 1100100 | 101000 |
Color Harmonies of #0062CD
Complementary color
Monochromatic Colors of #0062CD
Black with #0062CD
Text Example
Text Example
White with #0062CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0062CD; }
p { color: rgb(0,98,205); }
H1.HeaderClassName
{
color: #0062CD;
}
.AnyTagClassName
{
color: #0062CD;
}
</style>
background-color css
<style>
a { background-color: #0062CD; }
a { background-color: rgb(0,98,205); }
div.DivClassName
{
background-color: #0062CD;
}
.BgClassName
{
background-color: #0062CD;
}
</style>
border-color css
<style>
span { border-color: #0062CD; }
span { border-color: rgb(0,98,205); }
td.TdClassName
{
border-color: #0062CD;
}
.TagClassName
{
border-color: #0062CD;
}
</style>