Shades of Denim #1655DA
Tints of Denim #1655DA
RGB
CMYK
RGB Variations
Color information
#1655DA (or 0x1655DA) is known color: Denim. HEX triplet: 16, 55 and DA. RGB value is (22,85,218). Sum of RGB (Red+Green+Blue) = 22+85+218=325 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.77% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #1655DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1655DA is #E9AA25. Grayscale: #505050. Windows color (decimal): -15313446 or 14308630. OLE color: 14308630.
HSL color Cylindrical-coordinate representation of color #1655DA: hue angle of 220.71º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1655DA is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 85 | 218 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.15 |
| HSL | 220.71º | 0.82% | 0.47% | - |
| HSV(B) | 220.71º | 0.9% | 0.85% | - |
| XYZ | 16.23 | 11.73 | 67.74 | - |
| YUV | 81.33 | 205.13 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 218 | 0.90 | 0.61 | 0 | 0.15 | 220.71 | 0.82 | 0.47 |
| Hex | 16 | 55 | DA | 5A | 3D | 0 | F | DD | 52 | 2F |
| Octal | 26 | 125 | 332 | 132 | 75 | 0 | 17 | 335 | 122 | 57 |
| Binary | 10110 | 1010101 | 11011010 | 1011010 | 111101 | 0 | 1111 | 11011101 | 1010010 | 101111 |
Color Harmonies of #1655DA
Complementary color
Monochromatic Colors of #1655DA
Black with #1655DA
Text Example
Text Example
White with #1655DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1655DA; }
p { color: rgb(22,85,218); }
H1.HeaderClassName
{
color: #1655DA;
}
.AnyTagClassName
{
color: #1655DA;
}
</style>
background-color css
<style>
a { background-color: #1655DA; }
a { background-color: rgb(22,85,218); }
div.DivClassName
{
background-color: #1655DA;
}
.BgClassName
{
background-color: #1655DA;
}
</style>
border-color css
<style>
span { border-color: #1655DA; }
span { border-color: rgb(22,85,218); }
td.TdClassName
{
border-color: #1655DA;
}
.TagClassName
{
border-color: #1655DA;
}
</style>