Shades of Denim #0560AD
Tints of Denim #0560AD
RGB
CMYK
RGB Variations
Color information
#0560AD (or 0x0560AD) is known color: Denim. HEX triplet: 05, 60 and AD. RGB value is (5,96,173). Sum of RGB (Red+Green+Blue) = 5+96+173=274 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 173 (67.97% from 255 or 63.14% from 274); Max value from RGB is 173 - color contains mainly: blue. Hex color #0560AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0560AD is #FA9F52. Grayscale: #4D4D4D. Windows color (decimal): -16424787 or 11362309. OLE color: 11362309.
HSL color Cylindrical-coordinate representation of color #0560AD: hue angle of 207.5º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0560AD is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 5 | 96 | 173 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.32 |
| HSL | 207.5º | 0.94% | 0.35% | - |
| HSV(B) | 207.5º | 0.97% | 0.68% | - |
| XYZ | 11.79 | 11.42 | 41.12 | - |
| YUV | 77.57 | 181.85 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 173 | 0.97 | 0.45 | 0 | 0.32 | 207.5 | 0.94 | 0.35 |
| Hex | 5 | 60 | AD | 61 | 2D | 0 | 20 | D0 | 5E | 23 |
| Octal | 5 | 140 | 255 | 141 | 55 | 0 | 40 | 320 | 136 | 43 |
| Binary | 101 | 1100000 | 10101101 | 1100001 | 101101 | 0 | 100000 | 11010000 | 1011110 | 100011 |
Color Harmonies of #0560AD
Complementary color
Monochromatic Colors of #0560AD
Black with #0560AD
Text Example
Text Example
White with #0560AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0560AD; }
p { color: rgb(5,96,173); }
H1.HeaderClassName
{
color: #0560AD;
}
.AnyTagClassName
{
color: #0560AD;
}
</style>
background-color css
<style>
a { background-color: #0560AD; }
a { background-color: rgb(5,96,173); }
div.DivClassName
{
background-color: #0560AD;
}
.BgClassName
{
background-color: #0560AD;
}
</style>
border-color css
<style>
span { border-color: #0560AD; }
span { border-color: rgb(5,96,173); }
td.TdClassName
{
border-color: #0560AD;
}
.TagClassName
{
border-color: #0560AD;
}
</style>