Shades of Denim #1566CC
Tints of Denim #1566CC
RGB
CMYK
RGB Variations
Color information
#1566CC (or 0x1566CC) is known color: Denim. HEX triplet: 15, 66 and CC. RGB value is (21,102,204). Sum of RGB (Red+Green+Blue) = 21+102+204=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #1566CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1566CC is #EA9933. Grayscale: #585858. Windows color (decimal): -15374644 or 13395477. OLE color: 13395477.
HSL color Cylindrical-coordinate representation of color #1566CC: hue angle of 213.44º 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 #1566CC is Cyan = 0.90, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 102 | 204 | - |
| CMYK | 0.90 | 0.5 | 0 | 0.2 |
| HSL | 213.44º | 0.81% | 0.44% | - |
| HSV(B) | 213.44º | 0.9% | 0.8% | - |
| XYZ | 15.96 | 14.02 | 58.99 | - |
| YUV | 89.41 | 192.66 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 102 | 204 | 0.90 | 0.5 | 0 | 0.2 | 213.44 | 0.81 | 0.44 |
| Hex | 15 | 66 | CC | 5A | 32 | 0 | 14 | D5 | 51 | 2C |
| Octal | 25 | 146 | 314 | 132 | 62 | 0 | 24 | 325 | 121 | 54 |
| Binary | 10101 | 1100110 | 11001100 | 1011010 | 110010 | 0 | 10100 | 11010101 | 1010001 | 101100 |
Color Harmonies of #1566CC
Complementary color
Monochromatic Colors of #1566CC
Black with #1566CC
Text Example
Text Example
White with #1566CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1566CC; }
p { color: rgb(21,102,204); }
H1.HeaderClassName
{
color: #1566CC;
}
.AnyTagClassName
{
color: #1566CC;
}
</style>
background-color css
<style>
a { background-color: #1566CC; }
a { background-color: rgb(21,102,204); }
div.DivClassName
{
background-color: #1566CC;
}
.BgClassName
{
background-color: #1566CC;
}
</style>
border-color css
<style>
span { border-color: #1566CC; }
span { border-color: rgb(21,102,204); }
td.TdClassName
{
border-color: #1566CC;
}
.TagClassName
{
border-color: #1566CC;
}
</style>