Shades of Denim #1665CA
Tints of Denim #1665CA
RGB
CMYK
RGB Variations
Color information
#1665CA (or 0x1665CA) is known color: Denim. HEX triplet: 16, 65 and CA. RGB value is (22,101,202). Sum of RGB (Red+Green+Blue) = 22+101+202=325 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.77% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #1665CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1665CA is #E99A35. Grayscale: #585858. Windows color (decimal): -15309366 or 13264150. OLE color: 13264150.
HSL color Cylindrical-coordinate representation of color #1665CA: hue angle of 213.67º 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 #1665CA is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 101 | 202 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.21 |
| HSL | 213.67º | 0.8% | 0.44% | - |
| HSV(B) | 213.67º | 0.89% | 0.79% | - |
| XYZ | 15.65 | 13.74 | 57.71 | - |
| YUV | 88.89 | 191.83 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 101 | 202 | 0.89 | 0.50 | 0 | 0.21 | 213.67 | 0.8 | 0.44 |
| Hex | 16 | 65 | CA | 59 | 32 | 0 | 15 | D6 | 50 | 2C |
| Octal | 26 | 145 | 312 | 131 | 62 | 0 | 25 | 326 | 120 | 54 |
| Binary | 10110 | 1100101 | 11001010 | 1011001 | 110010 | 0 | 10101 | 11010110 | 1010000 | 101100 |
Color Harmonies of #1665CA
Complementary color
Monochromatic Colors of #1665CA
Black with #1665CA
Text Example
Text Example
White with #1665CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1665CA; }
p { color: rgb(22,101,202); }
H1.HeaderClassName
{
color: #1665CA;
}
.AnyTagClassName
{
color: #1665CA;
}
</style>
background-color css
<style>
a { background-color: #1665CA; }
a { background-color: rgb(22,101,202); }
div.DivClassName
{
background-color: #1665CA;
}
.BgClassName
{
background-color: #1665CA;
}
</style>
border-color css
<style>
span { border-color: #1665CA; }
span { border-color: rgb(22,101,202); }
td.TdClassName
{
border-color: #1665CA;
}
.TagClassName
{
border-color: #1665CA;
}
</style>