Shades of Navy Blue #0560BE
Tints of Navy Blue #0560BE
RGB
CMYK
RGB Variations
Color information
#0560BE (or 0x0560BE) is known color: Navy Blue. HEX triplet: 05, 60 and BE. RGB value is (5,96,190). Sum of RGB (Red+Green+Blue) = 5+96+190=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #0560BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0560BE is #FA9F41. Grayscale: #4F4F4F. Windows color (decimal): -16424770 or 12476421. OLE color: 12476421.
HSL color Cylindrical-coordinate representation of color #0560BE: hue angle of 210.49º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0560BE is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 96 | 190 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.25 |
| HSL | 210.49º | 0.95% | 0.38% | - |
| HSV(B) | 210.49º | 0.97% | 0.75% | - |
| XYZ | 13.54 | 12.12 | 50.34 | - |
| YUV | 79.51 | 190.35 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 190 | 0.97 | 0.49 | 0 | 0.25 | 210.49 | 0.95 | 0.38 |
| Hex | 5 | 60 | BE | 61 | 31 | 0 | 19 | D2 | 5F | 26 |
| Octal | 5 | 140 | 276 | 141 | 61 | 0 | 31 | 322 | 137 | 46 |
| Binary | 101 | 1100000 | 10111110 | 1100001 | 110001 | 0 | 11001 | 11010010 | 1011111 | 100110 |
Color Harmonies of #0560BE
Complementary color
Monochromatic Colors of #0560BE
Black with #0560BE
Text Example
Text Example
White with #0560BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0560BE; }
p { color: rgb(5,96,190); }
H1.HeaderClassName
{
color: #0560BE;
}
.AnyTagClassName
{
color: #0560BE;
}
</style>
background-color css
<style>
a { background-color: #0560BE; }
a { background-color: rgb(5,96,190); }
div.DivClassName
{
background-color: #0560BE;
}
.BgClassName
{
background-color: #0560BE;
}
</style>
border-color css
<style>
span { border-color: #0560BE; }
span { border-color: rgb(5,96,190); }
td.TdClassName
{
border-color: #0560BE;
}
.TagClassName
{
border-color: #0560BE;
}
</style>