Shades of Denim #1666CA
Tints of Denim #1666CA
RGB
CMYK
RGB Variations
Color information
#1666CA (or 0x1666CA) is known color: Denim. HEX triplet: 16, 66 and CA. RGB value is (22,102,202). Sum of RGB (Red+Green+Blue) = 22+102+202=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #1666CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1666CA is #E99935. Grayscale: #595959. Windows color (decimal): -15309110 or 13264406. OLE color: 13264406.
HSL color Cylindrical-coordinate representation of color #1666CA: hue angle of 213.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1666CA is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 102 | 202 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.21 |
| HSL | 213.33º | 0.8% | 0.44% | - |
| HSV(B) | 213.33º | 0.89% | 0.79% | - |
| XYZ | 15.74 | 13.94 | 57.74 | - |
| YUV | 89.48 | 191.5 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 102 | 202 | 0.89 | 0.50 | 0 | 0.21 | 213.33 | 0.8 | 0.44 |
| Hex | 16 | 66 | CA | 59 | 32 | 0 | 15 | D5 | 50 | 2C |
| Octal | 26 | 146 | 312 | 131 | 62 | 0 | 25 | 325 | 120 | 54 |
| Binary | 10110 | 1100110 | 11001010 | 1011001 | 110010 | 0 | 10101 | 11010101 | 1010000 | 101100 |
Color Harmonies of #1666CA
Complementary color
Monochromatic Colors of #1666CA
Black with #1666CA
Text Example
Text Example
White with #1666CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1666CA; }
p { color: rgb(22,102,202); }
H1.HeaderClassName
{
color: #1666CA;
}
.AnyTagClassName
{
color: #1666CA;
}
</style>
background-color css
<style>
a { background-color: #1666CA; }
a { background-color: rgb(22,102,202); }
div.DivClassName
{
background-color: #1666CA;
}
.BgClassName
{
background-color: #1666CA;
}
</style>
border-color css
<style>
span { border-color: #1666CA; }
span { border-color: rgb(22,102,202); }
td.TdClassName
{
border-color: #1666CA;
}
.TagClassName
{
border-color: #1666CA;
}
</style>