Shades of Navy Blue #0062CC
Tints of Navy Blue #0062CC
RGB
CMYK
RGB Variations
Color information
#0062CC (or 0x0062CC) is known color: Navy Blue. HEX triplet: 00, 62 and CC. RGB value is (0,98,204). Sum of RGB (Red+Green+Blue) = 0+98+204=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #0062CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0062CC is #FF9D33. Grayscale: #505050. Windows color (decimal): -16751924 or 13394432. OLE color: 13394432.
HSL color Cylindrical-coordinate representation of color #0062CC: hue angle of 211.18º 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 #0062CC is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 98 | 204 | - |
| CMYK | 1 | 0.52 | 0 | 0.2 |
| HSL | 211.18º | 1% | 0.4% | - |
| HSV(B) | 211.18º | 1% | 0.8% | - |
| XYZ | 15.27 | 13.1 | 58.85 | - |
| YUV | 80.78 | 197.53 | 70.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 204 | 1 | 0.52 | 0 | 0.2 | 211.18 | 1 | 0.4 |
| Hex | 0 | 62 | CC | 64 | 34 | 0 | 14 | D3 | 64 | 28 |
| Octal | 0 | 142 | 314 | 144 | 64 | 0 | 24 | 323 | 144 | 50 |
| Binary | 0 | 1100010 | 11001100 | 1100100 | 110100 | 0 | 10100 | 11010011 | 1100100 | 101000 |
Color Harmonies of #0062CC
Complementary color
Monochromatic Colors of #0062CC
Black with #0062CC
Text Example
Text Example
White with #0062CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0062CC; }
p { color: rgb(0,98,204); }
H1.HeaderClassName
{
color: #0062CC;
}
.AnyTagClassName
{
color: #0062CC;
}
</style>
background-color css
<style>
a { background-color: #0062CC; }
a { background-color: rgb(0,98,204); }
div.DivClassName
{
background-color: #0062CC;
}
.BgClassName
{
background-color: #0062CC;
}
</style>
border-color css
<style>
span { border-color: #0062CC; }
span { border-color: rgb(0,98,204); }
td.TdClassName
{
border-color: #0062CC;
}
.TagClassName
{
border-color: #0062CC;
}
</style>