Shades of Navy Blue #0062CA
Tints of Navy Blue #0062CA
RGB
CMYK
RGB Variations
Color information
#0062CA (or 0x0062CA) is known color: Navy Blue. HEX triplet: 00, 62 and CA. RGB value is (0,98,202). Sum of RGB (Red+Green+Blue) = 0+98+202=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #0062CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0062CA is #FF9D35. Grayscale: #505050. Windows color (decimal): -16751926 or 13263360. OLE color: 13263360.
HSL color Cylindrical-coordinate representation of color #0062CA: hue angle of 210.89º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0062CA is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 98 | 202 | - |
| CMYK | 1 | 0.51 | 0 | 0.21 |
| HSL | 210.89º | 1% | 0.4% | - |
| HSV(B) | 210.89º | 1% | 0.79% | - |
| XYZ | 15.03 | 13 | 57.59 | - |
| YUV | 80.55 | 196.53 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 202 | 1 | 0.51 | 0 | 0.21 | 210.89 | 1 | 0.4 |
| Hex | 0 | 62 | CA | 64 | 33 | 0 | 15 | D3 | 64 | 28 |
| Octal | 0 | 142 | 312 | 144 | 63 | 0 | 25 | 323 | 144 | 50 |
| Binary | 0 | 1100010 | 11001010 | 1100100 | 110011 | 0 | 10101 | 11010011 | 1100100 | 101000 |
Color Harmonies of #0062CA
Complementary color
Monochromatic Colors of #0062CA
Black with #0062CA
Text Example
Text Example
White with #0062CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0062CA; }
p { color: rgb(0,98,202); }
H1.HeaderClassName
{
color: #0062CA;
}
.AnyTagClassName
{
color: #0062CA;
}
</style>
background-color css
<style>
a { background-color: #0062CA; }
a { background-color: rgb(0,98,202); }
div.DivClassName
{
background-color: #0062CA;
}
.BgClassName
{
background-color: #0062CA;
}
</style>
border-color css
<style>
span { border-color: #0062CA; }
span { border-color: rgb(0,98,202); }
td.TdClassName
{
border-color: #0062CA;
}
.TagClassName
{
border-color: #0062CA;
}
</style>