Shades of Denim #0560AC
Tints of Denim #0560AC
RGB
CMYK
RGB Variations
Color information
#0560AC (or 0x0560AC) is known color: Denim. HEX triplet: 05, 60 and AC. RGB value is (5,96,172). Sum of RGB (Red+Green+Blue) = 5+96+172=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #0560AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0560AC is #FA9F53. Grayscale: #4D4D4D. Windows color (decimal): -16424788 or 11296773. OLE color: 11296773.
HSL color Cylindrical-coordinate representation of color #0560AC: hue angle of 207.31º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0560AC is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 5 | 96 | 172 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.33 |
| HSL | 207.31º | 0.94% | 0.35% | - |
| HSV(B) | 207.31º | 0.97% | 0.67% | - |
| XYZ | 11.69 | 11.38 | 40.61 | - |
| YUV | 77.46 | 181.35 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 172 | 0.97 | 0.44 | 0 | 0.33 | 207.31 | 0.94 | 0.35 |
| Hex | 5 | 60 | AC | 61 | 2C | 0 | 21 | CF | 5E | 23 |
| Octal | 5 | 140 | 254 | 141 | 54 | 0 | 41 | 317 | 136 | 43 |
| Binary | 101 | 1100000 | 10101100 | 1100001 | 101100 | 0 | 100001 | 11001111 | 1011110 | 100011 |
Color Harmonies of #0560AC
Complementary color
Monochromatic Colors of #0560AC
Black with #0560AC
Text Example
Text Example
White with #0560AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0560AC; }
p { color: rgb(5,96,172); }
H1.HeaderClassName
{
color: #0560AC;
}
.AnyTagClassName
{
color: #0560AC;
}
</style>
background-color css
<style>
a { background-color: #0560AC; }
a { background-color: rgb(5,96,172); }
div.DivClassName
{
background-color: #0560AC;
}
.BgClassName
{
background-color: #0560AC;
}
</style>
border-color css
<style>
span { border-color: #0560AC; }
span { border-color: rgb(5,96,172); }
td.TdClassName
{
border-color: #0560AC;
}
.TagClassName
{
border-color: #0560AC;
}
</style>