Shades of Denim #1655CC
Tints of Denim #1655CC
RGB
CMYK
RGB Variations
Color information
#1655CC (or 0x1655CC) is known color: Denim. HEX triplet: 16, 55 and CC. RGB value is (22,85,204). Sum of RGB (Red+Green+Blue) = 22+85+204=311 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.07% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #1655CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1655CC is #E9AA33. Grayscale: #4F4F4F. Windows color (decimal): -15313460 or 13391126. OLE color: 13391126.
HSL color Cylindrical-coordinate representation of color #1655CC: hue angle of 219.23º 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 #1655CC is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 85 | 204 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.2 |
| HSL | 219.23º | 0.81% | 0.44% | - |
| HSV(B) | 219.23º | 0.89% | 0.8% | - |
| XYZ | 14.48 | 11.03 | 58.49 | - |
| YUV | 79.73 | 198.13 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 204 | 0.89 | 0.58 | 0 | 0.2 | 219.23 | 0.81 | 0.44 |
| Hex | 16 | 55 | CC | 59 | 3A | 0 | 14 | DB | 51 | 2C |
| Octal | 26 | 125 | 314 | 131 | 72 | 0 | 24 | 333 | 121 | 54 |
| Binary | 10110 | 1010101 | 11001100 | 1011001 | 111010 | 0 | 10100 | 11011011 | 1010001 | 101100 |
Color Harmonies of #1655CC
Complementary color
Monochromatic Colors of #1655CC
Black with #1655CC
Text Example
Text Example
White with #1655CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1655CC; }
p { color: rgb(22,85,204); }
H1.HeaderClassName
{
color: #1655CC;
}
.AnyTagClassName
{
color: #1655CC;
}
</style>
background-color css
<style>
a { background-color: #1655CC; }
a { background-color: rgb(22,85,204); }
div.DivClassName
{
background-color: #1655CC;
}
.BgClassName
{
background-color: #1655CC;
}
</style>
border-color css
<style>
span { border-color: #1655CC; }
span { border-color: rgb(22,85,204); }
td.TdClassName
{
border-color: #1655CC;
}
.TagClassName
{
border-color: #1655CC;
}
</style>