Shades of Denim #1653DD
Tints of Denim #1653DD
RGB
CMYK
RGB Variations
Color information
#1653DD (or 0x1653DD) is known color: Denim. HEX triplet: 16, 53 and DD. RGB value is (22,83,221). Sum of RGB (Red+Green+Blue) = 22+83+221=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #1653DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1653DD is #E9AC22. Grayscale: #4F4F4F. Windows color (decimal): -15313955 or 14504726. OLE color: 14504726.
HSL color Cylindrical-coordinate representation of color #1653DD: hue angle of 221.61º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1653DD is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 22 | 83 | 221 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.13 |
| HSL | 221.61º | 0.82% | 0.48% | - |
| HSV(B) | 221.61º | 0.9% | 0.87% | - |
| XYZ | 16.48 | 11.58 | 69.77 | - |
| YUV | 80.49 | 207.29 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 221 | 0.90 | 0.62 | 0 | 0.13 | 221.61 | 0.82 | 0.48 |
| Hex | 16 | 53 | DD | 5A | 3E | 0 | D | DE | 52 | 30 |
| Octal | 26 | 123 | 335 | 132 | 76 | 0 | 15 | 336 | 122 | 60 |
| Binary | 10110 | 1010011 | 11011101 | 1011010 | 111110 | 0 | 1101 | 11011110 | 1010010 | 110000 |
Color Harmonies of #1653DD
Complementary color
Monochromatic Colors of #1653DD
Black with #1653DD
Text Example
Text Example
White with #1653DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1653DD; }
p { color: rgb(22,83,221); }
H1.HeaderClassName
{
color: #1653DD;
}
.AnyTagClassName
{
color: #1653DD;
}
</style>
background-color css
<style>
a { background-color: #1653DD; }
a { background-color: rgb(22,83,221); }
div.DivClassName
{
background-color: #1653DD;
}
.BgClassName
{
background-color: #1653DD;
}
</style>
border-color css
<style>
span { border-color: #1653DD; }
span { border-color: rgb(22,83,221); }
td.TdClassName
{
border-color: #1653DD;
}
.TagClassName
{
border-color: #1653DD;
}
</style>