Shades of Navy Blue #0562E5
Tints of Navy Blue #0562E5
RGB
CMYK
RGB Variations
Color information
#0562E5 (or 0x0562E5) is known color: Navy Blue. HEX triplet: 05, 62 and E5. RGB value is (5,98,229). Sum of RGB (Red+Green+Blue) = 5+98+229=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 229 (89.84% from 255 or 68.98% from 332); Max value from RGB is 229 - color contains mainly: blue. Hex color #0562E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0562E5 is #FA9D1A. Grayscale: #545454. Windows color (decimal): -16424219 or 15032837. OLE color: 15032837.
HSL color Cylindrical-coordinate representation of color #0562E5: hue angle of 215.09º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0562E5 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 5 | 98 | 229 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.10 |
| HSL | 215.09º | 0.96% | 0.46% | - |
| HSV(B) | 215.09º | 0.98% | 0.9% | - |
| XYZ | 18.57 | 14.42 | 75.93 | - |
| YUV | 85.13 | 209.19 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 98 | 229 | 0.98 | 0.57 | 0 | 0.10 | 215.09 | 0.96 | 0.46 |
| Hex | 5 | 62 | E5 | 62 | 39 | 0 | A | D7 | 60 | 2E |
| Octal | 5 | 142 | 345 | 142 | 71 | 0 | 12 | 327 | 140 | 56 |
| Binary | 101 | 1100010 | 11100101 | 1100010 | 111001 | 0 | 1010 | 11010111 | 1100000 | 101110 |
Color Harmonies of #0562E5
Complementary color
Monochromatic Colors of #0562E5
Black with #0562E5
Text Example
Text Example
White with #0562E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0562E5; }
p { color: rgb(5,98,229); }
H1.HeaderClassName
{
color: #0562E5;
}
.AnyTagClassName
{
color: #0562E5;
}
</style>
background-color css
<style>
a { background-color: #0562E5; }
a { background-color: rgb(5,98,229); }
div.DivClassName
{
background-color: #0562E5;
}
.BgClassName
{
background-color: #0562E5;
}
</style>
border-color css
<style>
span { border-color: #0562E5; }
span { border-color: rgb(5,98,229); }
td.TdClassName
{
border-color: #0562E5;
}
.TagClassName
{
border-color: #0562E5;
}
</style>