Shades of Denim #1653CA
Tints of Denim #1653CA
RGB
CMYK
RGB Variations
Color information
#1653CA (or 0x1653CA) is known color: Denim. HEX triplet: 16, 53 and CA. RGB value is (22,83,202). Sum of RGB (Red+Green+Blue) = 22+83+202=307 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.17% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #1653CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1653CA is #E9AC35. Grayscale: #4D4D4D. Windows color (decimal): -15313974 or 13259542. OLE color: 13259542.
HSL color Cylindrical-coordinate representation of color #1653CA: hue angle of 219.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 #1653CA is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 83 | 202 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.21 |
| HSL | 219.67º | 0.8% | 0.44% | - |
| HSV(B) | 219.67º | 0.89% | 0.79% | - |
| XYZ | 14.08 | 10.62 | 57.18 | - |
| YUV | 78.33 | 197.79 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 202 | 0.89 | 0.59 | 0 | 0.21 | 219.67 | 0.8 | 0.44 |
| Hex | 16 | 53 | CA | 59 | 3B | 0 | 15 | DC | 50 | 2C |
| Octal | 26 | 123 | 312 | 131 | 73 | 0 | 25 | 334 | 120 | 54 |
| Binary | 10110 | 1010011 | 11001010 | 1011001 | 111011 | 0 | 10101 | 11011100 | 1010000 | 101100 |
Color Harmonies of #1653CA
Complementary color
Monochromatic Colors of #1653CA
Black with #1653CA
Text Example
Text Example
White with #1653CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1653CA; }
p { color: rgb(22,83,202); }
H1.HeaderClassName
{
color: #1653CA;
}
.AnyTagClassName
{
color: #1653CA;
}
</style>
background-color css
<style>
a { background-color: #1653CA; }
a { background-color: rgb(22,83,202); }
div.DivClassName
{
background-color: #1653CA;
}
.BgClassName
{
background-color: #1653CA;
}
</style>
border-color css
<style>
span { border-color: #1653CA; }
span { border-color: rgb(22,83,202); }
td.TdClassName
{
border-color: #1653CA;
}
.TagClassName
{
border-color: #1653CA;
}
</style>