Shades of Navy Blue #0560CE
Tints of Navy Blue #0560CE
RGB
CMYK
RGB Variations
Color information
#0560CE (or 0x0560CE) is known color: Navy Blue. HEX triplet: 05, 60 and CE. RGB value is (5,96,206). Sum of RGB (Red+Green+Blue) = 5+96+206=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #0560CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0560CE is #FA9F31. Grayscale: #505050. Windows color (decimal): -16424754 or 13524997. OLE color: 13524997.
HSL color Cylindrical-coordinate representation of color #0560CE: hue angle of 212.84º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0560CE is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 96 | 206 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.19 |
| HSL | 212.84º | 0.95% | 0.41% | - |
| HSV(B) | 212.84º | 0.98% | 0.81% | - |
| XYZ | 15.39 | 12.85 | 60.06 | - |
| YUV | 81.33 | 198.35 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 206 | 0.98 | 0.53 | 0 | 0.19 | 212.84 | 0.95 | 0.41 |
| Hex | 5 | 60 | CE | 62 | 35 | 0 | 13 | D5 | 5F | 29 |
| Octal | 5 | 140 | 316 | 142 | 65 | 0 | 23 | 325 | 137 | 51 |
| Binary | 101 | 1100000 | 11001110 | 1100010 | 110101 | 0 | 10011 | 11010101 | 1011111 | 101001 |
Color Harmonies of #0560CE
Complementary color
Monochromatic Colors of #0560CE
Black with #0560CE
Text Example
Text Example
White with #0560CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0560CE; }
p { color: rgb(5,96,206); }
H1.HeaderClassName
{
color: #0560CE;
}
.AnyTagClassName
{
color: #0560CE;
}
</style>
background-color css
<style>
a { background-color: #0560CE; }
a { background-color: rgb(5,96,206); }
div.DivClassName
{
background-color: #0560CE;
}
.BgClassName
{
background-color: #0560CE;
}
</style>
border-color css
<style>
span { border-color: #0560CE; }
span { border-color: rgb(5,96,206); }
td.TdClassName
{
border-color: #0560CE;
}
.TagClassName
{
border-color: #0560CE;
}
</style>