Shades of Denim #1566CD
Tints of Denim #1566CD
RGB
CMYK
RGB Variations
Color information
#1566CD (or 0x1566CD) is known color: Denim. HEX triplet: 15, 66 and CD. RGB value is (21,102,205). Sum of RGB (Red+Green+Blue) = 21+102+205=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #1566CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1566CD is #EA9932. Grayscale: #595959. Windows color (decimal): -15374643 or 13461013. OLE color: 13461013.
HSL color Cylindrical-coordinate representation of color #1566CD: hue angle of 213.59º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1566CD is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 102 | 205 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.20 |
| HSL | 213.59º | 0.81% | 0.44% | - |
| HSV(B) | 213.59º | 0.9% | 0.8% | - |
| XYZ | 16.08 | 14.07 | 59.63 | - |
| YUV | 89.52 | 193.16 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 205 | 0.90 | 0.50 | 0 | 0.20 | 213.59 | 0.81 | 0.44 |
| Hex | 15 | 66 | CD | 5A | 32 | 0 | 14 | D6 | 51 | 2C |
| Octal | 25 | 146 | 315 | 132 | 62 | 0 | 24 | 326 | 121 | 54 |
| Binary | 10101 | 1100110 | 11001101 | 1011010 | 110010 | 0 | 10100 | 11010110 | 1010001 | 101100 |
Color Harmonies of #1566CD
Complementary color
Monochromatic Colors of #1566CD
Black with #1566CD
Text Example
Text Example
White with #1566CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1566CD; }
p { color: rgb(21,102,205); }
H1.HeaderClassName
{
color: #1566CD;
}
.AnyTagClassName
{
color: #1566CD;
}
</style>
background-color css
<style>
a { background-color: #1566CD; }
a { background-color: rgb(21,102,205); }
div.DivClassName
{
background-color: #1566CD;
}
.BgClassName
{
background-color: #1566CD;
}
</style>
border-color css
<style>
span { border-color: #1566CD; }
span { border-color: rgb(21,102,205); }
td.TdClassName
{
border-color: #1566CD;
}
.TagClassName
{
border-color: #1566CD;
}
</style>