Shades of Denim #1653CC
Tints of Denim #1653CC
RGB
CMYK
RGB Variations
Color information
#1653CC (or 0x1653CC) is known color: Denim. HEX triplet: 16, 53 and CC. RGB value is (22,83,204). Sum of RGB (Red+Green+Blue) = 22+83+204=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #1653CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1653CC is #E9AC33. Grayscale: #4E4E4E. Windows color (decimal): -15313972 or 13390614. OLE color: 13390614.
HSL color Cylindrical-coordinate representation of color #1653CC: hue angle of 219.89º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1653CC is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 83 | 204 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.2 |
| HSL | 219.89º | 0.81% | 0.44% | - |
| HSV(B) | 219.89º | 0.89% | 0.8% | - |
| XYZ | 14.32 | 10.72 | 58.44 | - |
| YUV | 78.56 | 198.79 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 204 | 0.89 | 0.59 | 0 | 0.2 | 219.89 | 0.81 | 0.44 |
| Hex | 16 | 53 | CC | 59 | 3B | 0 | 14 | DC | 51 | 2C |
| Octal | 26 | 123 | 314 | 131 | 73 | 0 | 24 | 334 | 121 | 54 |
| Binary | 10110 | 1010011 | 11001100 | 1011001 | 111011 | 0 | 10100 | 11011100 | 1010001 | 101100 |
Color Harmonies of #1653CC
Complementary color
Monochromatic Colors of #1653CC
Black with #1653CC
Text Example
Text Example
White with #1653CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1653CC; }
p { color: rgb(22,83,204); }
H1.HeaderClassName
{
color: #1653CC;
}
.AnyTagClassName
{
color: #1653CC;
}
</style>
background-color css
<style>
a { background-color: #1653CC; }
a { background-color: rgb(22,83,204); }
div.DivClassName
{
background-color: #1653CC;
}
.BgClassName
{
background-color: #1653CC;
}
</style>
border-color css
<style>
span { border-color: #1653CC; }
span { border-color: rgb(22,83,204); }
td.TdClassName
{
border-color: #1653CC;
}
.TagClassName
{
border-color: #1653CC;
}
</style>