Shades of Navy Blue #0062C5
Tints of Navy Blue #0062C5
RGB
CMYK
RGB Variations
Color information
#0062C5 (or 0x0062C5) is known color: Navy Blue. HEX triplet: 00, 62 and C5. RGB value is (0,98,197). Sum of RGB (Red+Green+Blue) = 0+98+197=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 197 (77.34% from 255 or 66.78% from 295); Max value from RGB is 197 - color contains mainly: blue. Hex color #0062C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0062C5 is #FF9D3A. Grayscale: #4F4F4F. Windows color (decimal): -16751931 or 12935680. OLE color: 12935680.
HSL color Cylindrical-coordinate representation of color #0062C5: hue angle of 210.15º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0062C5 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 98 | 197 | - |
| CMYK | 1 | 0.50 | 0 | 0.23 |
| HSL | 210.15º | 1% | 0.39% | - |
| HSV(B) | 210.15º | 1% | 0.77% | - |
| XYZ | 14.45 | 12.77 | 54.53 | - |
| YUV | 79.98 | 194.03 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 197 | 1 | 0.50 | 0 | 0.23 | 210.15 | 1 | 0.39 |
| Hex | 0 | 62 | C5 | 64 | 32 | 0 | 17 | D2 | 64 | 27 |
| Octal | 0 | 142 | 305 | 144 | 62 | 0 | 27 | 322 | 144 | 47 |
| Binary | 0 | 1100010 | 11000101 | 1100100 | 110010 | 0 | 10111 | 11010010 | 1100100 | 100111 |
Color Harmonies of #0062C5
Complementary color
Monochromatic Colors of #0062C5
Black with #0062C5
Text Example
Text Example
White with #0062C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0062C5; }
p { color: rgb(0,98,197); }
H1.HeaderClassName
{
color: #0062C5;
}
.AnyTagClassName
{
color: #0062C5;
}
</style>
background-color css
<style>
a { background-color: #0062C5; }
a { background-color: rgb(0,98,197); }
div.DivClassName
{
background-color: #0062C5;
}
.BgClassName
{
background-color: #0062C5;
}
</style>
border-color css
<style>
span { border-color: #0062C5; }
span { border-color: rgb(0,98,197); }
td.TdClassName
{
border-color: #0062C5;
}
.TagClassName
{
border-color: #0062C5;
}
</style>