Shades of Navy Blue #0562CF
Tints of Navy Blue #0562CF
RGB
CMYK
RGB Variations
Color information
#0562CF (or 0x0562CF) is known color: Navy Blue. HEX triplet: 05, 62 and CF. RGB value is (5,98,207). Sum of RGB (Red+Green+Blue) = 5+98+207=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #0562CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0562CF is #FA9D30. Grayscale: #525252. Windows color (decimal): -16424241 or 13591045. OLE color: 13591045.
HSL color Cylindrical-coordinate representation of color #0562CF: hue angle of 212.38º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0562CF is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 98 | 207 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.19 |
| HSL | 212.38º | 0.95% | 0.42% | - |
| HSV(B) | 212.38º | 0.98% | 0.81% | - |
| XYZ | 15.69 | 13.27 | 60.77 | - |
| YUV | 82.62 | 198.19 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 98 | 207 | 0.98 | 0.53 | 0 | 0.19 | 212.38 | 0.95 | 0.42 |
| Hex | 5 | 62 | CF | 62 | 35 | 0 | 13 | D4 | 5F | 2A |
| Octal | 5 | 142 | 317 | 142 | 65 | 0 | 23 | 324 | 137 | 52 |
| Binary | 101 | 1100010 | 11001111 | 1100010 | 110101 | 0 | 10011 | 11010100 | 1011111 | 101010 |
Color Harmonies of #0562CF
Complementary color
Monochromatic Colors of #0562CF
Black with #0562CF
Text Example
Text Example
White with #0562CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0562CF; }
p { color: rgb(5,98,207); }
H1.HeaderClassName
{
color: #0562CF;
}
.AnyTagClassName
{
color: #0562CF;
}
</style>
background-color css
<style>
a { background-color: #0562CF; }
a { background-color: rgb(5,98,207); }
div.DivClassName
{
background-color: #0562CF;
}
.BgClassName
{
background-color: #0562CF;
}
</style>
border-color css
<style>
span { border-color: #0562CF; }
span { border-color: rgb(5,98,207); }
td.TdClassName
{
border-color: #0562CF;
}
.TagClassName
{
border-color: #0562CF;
}
</style>