Shades of Navy Blue #0062C6
Tints of Navy Blue #0062C6
RGB
CMYK
RGB Variations
Color information
#0062C6 (or 0x0062C6) is known color: Navy Blue. HEX triplet: 00, 62 and C6. RGB value is (0,98,198). Sum of RGB (Red+Green+Blue) = 0+98+198=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 198 (77.73% from 255 or 66.89% from 296); Max value from RGB is 198 - color contains mainly: blue. Hex color #0062C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0062C6 is #FF9D39. Grayscale: #4F4F4F. Windows color (decimal): -16751930 or 13001216. OLE color: 13001216.
HSL color Cylindrical-coordinate representation of color #0062C6: hue angle of 210.3º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0062C6 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 98 | 198 | - |
| CMYK | 1 | 0.51 | 0 | 0.22 |
| HSL | 210.3º | 1% | 0.39% | - |
| HSV(B) | 210.3º | 1% | 0.78% | - |
| XYZ | 14.56 | 12.81 | 55.13 | - |
| YUV | 80.1 | 194.53 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 198 | 1 | 0.51 | 0 | 0.22 | 210.3 | 1 | 0.39 |
| Hex | 0 | 62 | C6 | 64 | 33 | 0 | 16 | D2 | 64 | 27 |
| Octal | 0 | 142 | 306 | 144 | 63 | 0 | 26 | 322 | 144 | 47 |
| Binary | 0 | 1100010 | 11000110 | 1100100 | 110011 | 0 | 10110 | 11010010 | 1100100 | 100111 |
Color Harmonies of #0062C6
Complementary color
Monochromatic Colors of #0062C6
Black with #0062C6
Text Example
Text Example
White with #0062C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0062C6; }
p { color: rgb(0,98,198); }
H1.HeaderClassName
{
color: #0062C6;
}
.AnyTagClassName
{
color: #0062C6;
}
</style>
background-color css
<style>
a { background-color: #0062C6; }
a { background-color: rgb(0,98,198); }
div.DivClassName
{
background-color: #0062C6;
}
.BgClassName
{
background-color: #0062C6;
}
</style>
border-color css
<style>
span { border-color: #0062C6; }
span { border-color: rgb(0,98,198); }
td.TdClassName
{
border-color: #0062C6;
}
.TagClassName
{
border-color: #0062C6;
}
</style>