Shades of Denim #0560AF
Tints of Denim #0560AF
RGB
CMYK
RGB Variations
Color information
#0560AF (or 0x0560AF) is known color: Denim. HEX triplet: 05, 60 and AF. RGB value is (5,96,175). Sum of RGB (Red+Green+Blue) = 5+96+175=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 175 (68.75% from 255 or 63.41% from 276); Max value from RGB is 175 - color contains mainly: blue. Hex color #0560AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0560AF is #FA9F50. Grayscale: #4D4D4D. Windows color (decimal): -16424785 or 11493381. OLE color: 11493381.
HSL color Cylindrical-coordinate representation of color #0560AF: hue angle of 207.88º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0560AF is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 5 | 96 | 175 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.31 |
| HSL | 207.88º | 0.94% | 0.35% | - |
| HSV(B) | 207.88º | 0.97% | 0.69% | - |
| XYZ | 11.98 | 11.49 | 42.14 | - |
| YUV | 77.8 | 182.85 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 96 | 175 | 0.97 | 0.45 | 0 | 0.31 | 207.88 | 0.94 | 0.35 |
| Hex | 5 | 60 | AF | 61 | 2D | 0 | 1F | D0 | 5E | 23 |
| Octal | 5 | 140 | 257 | 141 | 55 | 0 | 37 | 320 | 136 | 43 |
| Binary | 101 | 1100000 | 10101111 | 1100001 | 101101 | 0 | 11111 | 11010000 | 1011110 | 100011 |
Color Harmonies of #0560AF
Complementary color
Monochromatic Colors of #0560AF
Black with #0560AF
Text Example
Text Example
White with #0560AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0560AF; }
p { color: rgb(5,96,175); }
H1.HeaderClassName
{
color: #0560AF;
}
.AnyTagClassName
{
color: #0560AF;
}
</style>
background-color css
<style>
a { background-color: #0560AF; }
a { background-color: rgb(5,96,175); }
div.DivClassName
{
background-color: #0560AF;
}
.BgClassName
{
background-color: #0560AF;
}
</style>
border-color css
<style>
span { border-color: #0560AF; }
span { border-color: rgb(5,96,175); }
td.TdClassName
{
border-color: #0560AF;
}
.TagClassName
{
border-color: #0560AF;
}
</style>