Shades of Denim #1655CB
Tints of Denim #1655CB
RGB
CMYK
RGB Variations
Color information
#1655CB (or 0x1655CB) is known color: Denim. HEX triplet: 16, 55 and CB. RGB value is (22,85,203). Sum of RGB (Red+Green+Blue) = 22+85+203=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #1655CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1655CB is #E9AA34. Grayscale: #4F4F4F. Windows color (decimal): -15313461 or 13325590. OLE color: 13325590.
HSL color Cylindrical-coordinate representation of color #1655CB: hue angle of 219.12º degrees, saturation: 0.8, 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 #1655CB is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 85 | 203 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.20 |
| HSL | 219.12º | 0.8% | 0.44% | - |
| HSV(B) | 219.12º | 0.89% | 0.8% | - |
| XYZ | 14.36 | 10.98 | 57.86 | - |
| YUV | 79.62 | 197.63 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 203 | 0.89 | 0.58 | 0 | 0.20 | 219.12 | 0.8 | 0.44 |
| Hex | 16 | 55 | CB | 59 | 3A | 0 | 14 | DB | 50 | 2C |
| Octal | 26 | 125 | 313 | 131 | 72 | 0 | 24 | 333 | 120 | 54 |
| Binary | 10110 | 1010101 | 11001011 | 1011001 | 111010 | 0 | 10100 | 11011011 | 1010000 | 101100 |
Color Harmonies of #1655CB
Complementary color
Monochromatic Colors of #1655CB
Black with #1655CB
Text Example
Text Example
White with #1655CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1655CB; }
p { color: rgb(22,85,203); }
H1.HeaderClassName
{
color: #1655CB;
}
.AnyTagClassName
{
color: #1655CB;
}
</style>
background-color css
<style>
a { background-color: #1655CB; }
a { background-color: rgb(22,85,203); }
div.DivClassName
{
background-color: #1655CB;
}
.BgClassName
{
background-color: #1655CB;
}
</style>
border-color css
<style>
span { border-color: #1655CB; }
span { border-color: rgb(22,85,203); }
td.TdClassName
{
border-color: #1655CB;
}
.TagClassName
{
border-color: #1655CB;
}
</style>