Shades of Navy Blue #0560CD
Tints of Navy Blue #0560CD
RGB
CMYK
RGB Variations
Color information
#0560CD (or 0x0560CD) is known color: Navy Blue. HEX triplet: 05, 60 and CD. RGB value is (5,96,205). Sum of RGB (Red+Green+Blue) = 5+96+205=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #0560CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0560CD is #FA9F32. Grayscale: #505050. Windows color (decimal): -16424755 or 13459461. OLE color: 13459461.
HSL color Cylindrical-coordinate representation of color #0560CD: hue angle of 212.7º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0560CD is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 5 | 96 | 205 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.20 |
| HSL | 212.7º | 0.95% | 0.41% | - |
| HSV(B) | 212.7º | 0.98% | 0.8% | - |
| XYZ | 15.26 | 12.81 | 59.42 | - |
| YUV | 81.22 | 197.85 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 205 | 0.98 | 0.53 | 0 | 0.20 | 212.7 | 0.95 | 0.41 |
| Hex | 5 | 60 | CD | 62 | 35 | 0 | 14 | D5 | 5F | 29 |
| Octal | 5 | 140 | 315 | 142 | 65 | 0 | 24 | 325 | 137 | 51 |
| Binary | 101 | 1100000 | 11001101 | 1100010 | 110101 | 0 | 10100 | 11010101 | 1011111 | 101001 |
Color Harmonies of #0560CD
Complementary color
Monochromatic Colors of #0560CD
Black with #0560CD
Text Example
Text Example
White with #0560CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0560CD; }
p { color: rgb(5,96,205); }
H1.HeaderClassName
{
color: #0560CD;
}
.AnyTagClassName
{
color: #0560CD;
}
</style>
background-color css
<style>
a { background-color: #0560CD; }
a { background-color: rgb(5,96,205); }
div.DivClassName
{
background-color: #0560CD;
}
.BgClassName
{
background-color: #0560CD;
}
</style>
border-color css
<style>
span { border-color: #0560CD; }
span { border-color: rgb(5,96,205); }
td.TdClassName
{
border-color: #0560CD;
}
.TagClassName
{
border-color: #0560CD;
}
</style>