Shades of Navy Blue #0560DC
Tints of Navy Blue #0560DC
RGB
CMYK
RGB Variations
Color information
#0560DC (or 0x0560DC) is known color: Navy Blue. HEX triplet: 05, 60 and DC. RGB value is (5,96,220). Sum of RGB (Red+Green+Blue) = 5+96+220=321 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #0560DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0560DC is #FA9F23. Grayscale: #525252. Windows color (decimal): -16424740 or 14442501. OLE color: 14442501.
HSL color Cylindrical-coordinate representation of color #0560DC: hue angle of 214.6º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0560DC is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 96 | 220 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.14 |
| HSL | 214.6º | 0.96% | 0.44% | - |
| HSV(B) | 214.6º | 0.98% | 0.86% | - |
| XYZ | 17.16 | 13.57 | 69.42 | - |
| YUV | 82.93 | 205.35 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 220 | 0.98 | 0.56 | 0 | 0.14 | 214.6 | 0.96 | 0.44 |
| Hex | 5 | 60 | DC | 62 | 38 | 0 | E | D7 | 60 | 2C |
| Octal | 5 | 140 | 334 | 142 | 70 | 0 | 16 | 327 | 140 | 54 |
| Binary | 101 | 1100000 | 11011100 | 1100010 | 111000 | 0 | 1110 | 11010111 | 1100000 | 101100 |
Color Harmonies of #0560DC
Complementary color
Monochromatic Colors of #0560DC
Black with #0560DC
Text Example
Text Example
White with #0560DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0560DC; }
p { color: rgb(5,96,220); }
H1.HeaderClassName
{
color: #0560DC;
}
.AnyTagClassName
{
color: #0560DC;
}
</style>
background-color css
<style>
a { background-color: #0560DC; }
a { background-color: rgb(5,96,220); }
div.DivClassName
{
background-color: #0560DC;
}
.BgClassName
{
background-color: #0560DC;
}
</style>
border-color css
<style>
span { border-color: #0560DC; }
span { border-color: rgb(5,96,220); }
td.TdClassName
{
border-color: #0560DC;
}
.TagClassName
{
border-color: #0560DC;
}
</style>