Shades of Denim #0564B5
Tints of Denim #0564B5
RGB
CMYK
RGB Variations
Color information
#0564B5 (or 0x0564B5) is known color: Denim. HEX triplet: 05, 64 and B5. RGB value is (5,100,181). Sum of RGB (Red+Green+Blue) = 5+100+181=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 181 (71.09% from 255 or 63.29% from 286); Max value from RGB is 181 - color contains mainly: blue. Hex color #0564B5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0564B5 is #FA9B4A. Grayscale: #505050. Windows color (decimal): -16423755 or 11887621. OLE color: 11887621.
HSL color Cylindrical-coordinate representation of color #0564B5: hue angle of 207.61º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0564B5 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 5 | 100 | 181 | - |
| CMYK | 0.97 | 0.45 | 0 | 0.29 |
| HSL | 207.61º | 0.95% | 0.36% | - |
| HSV(B) | 207.61º | 0.97% | 0.71% | - |
| XYZ | 12.96 | 12.48 | 45.44 | - |
| YUV | 80.83 | 184.53 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 100 | 181 | 0.97 | 0.45 | 0 | 0.29 | 207.61 | 0.95 | 0.36 |
| Hex | 5 | 64 | B5 | 61 | 2D | 0 | 1D | D0 | 5F | 24 |
| Octal | 5 | 144 | 265 | 141 | 55 | 0 | 35 | 320 | 137 | 44 |
| Binary | 101 | 1100100 | 10110101 | 1100001 | 101101 | 0 | 11101 | 11010000 | 1011111 | 100100 |
Color Harmonies of #0564B5
Complementary color
Monochromatic Colors of #0564B5
Black with #0564B5
Text Example
Text Example
White with #0564B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0564B5; }
p { color: rgb(5,100,181); }
H1.HeaderClassName
{
color: #0564B5;
}
.AnyTagClassName
{
color: #0564B5;
}
</style>
background-color css
<style>
a { background-color: #0564B5; }
a { background-color: rgb(5,100,181); }
div.DivClassName
{
background-color: #0564B5;
}
.BgClassName
{
background-color: #0564B5;
}
</style>
border-color css
<style>
span { border-color: #0564B5; }
span { border-color: rgb(5,100,181); }
td.TdClassName
{
border-color: #0564B5;
}
.TagClassName
{
border-color: #0564B5;
}
</style>