Shades of Denim #1655DC
Tints of Denim #1655DC
RGB
CMYK
RGB Variations
Color information
#1655DC (or 0x1655DC) is known color: Denim. HEX triplet: 16, 55 and DC. RGB value is (22,85,220). Sum of RGB (Red+Green+Blue) = 22+85+220=327 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.73% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #1655DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1655DC is #E9AA23. Grayscale: #505050. Windows color (decimal): -15313444 or 14439702. OLE color: 14439702.
HSL color Cylindrical-coordinate representation of color #1655DC: hue angle of 220.91º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1655DC is Cyan = 0.9, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 85 | 220 | - |
| CMYK | 0.9 | 0.61 | 0 | 0.14 |
| HSL | 220.91º | 0.82% | 0.47% | - |
| HSV(B) | 220.91º | 0.9% | 0.86% | - |
| XYZ | 16.5 | 11.83 | 69.12 | - |
| YUV | 81.55 | 206.13 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 220 | 0.9 | 0.61 | 0 | 0.14 | 220.91 | 0.82 | 0.47 |
| Hex | 16 | 55 | DC | 5A | 3D | 0 | E | DD | 52 | 2F |
| Octal | 26 | 125 | 334 | 132 | 75 | 0 | 16 | 335 | 122 | 57 |
| Binary | 10110 | 1010101 | 11011100 | 1011010 | 111101 | 0 | 1110 | 11011101 | 1010010 | 101111 |
Color Harmonies of #1655DC
Complementary color
Monochromatic Colors of #1655DC
Black with #1655DC
Text Example
Text Example
White with #1655DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1655DC; }
p { color: rgb(22,85,220); }
H1.HeaderClassName
{
color: #1655DC;
}
.AnyTagClassName
{
color: #1655DC;
}
</style>
background-color css
<style>
a { background-color: #1655DC; }
a { background-color: rgb(22,85,220); }
div.DivClassName
{
background-color: #1655DC;
}
.BgClassName
{
background-color: #1655DC;
}
</style>
border-color css
<style>
span { border-color: #1655DC; }
span { border-color: rgb(22,85,220); }
td.TdClassName
{
border-color: #1655DC;
}
.TagClassName
{
border-color: #1655DC;
}
</style>