Shades of Denim #1653CB
Tints of Denim #1653CB
RGB
CMYK
RGB Variations
Color information
#1653CB (or 0x1653CB) is known color: Denim. HEX triplet: 16, 53 and CB. RGB value is (22,83,203). Sum of RGB (Red+Green+Blue) = 22+83+203=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #1653CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1653CB is #E9AC34. Grayscale: #4D4D4D. Windows color (decimal): -15313973 or 13325078. OLE color: 13325078.
HSL color Cylindrical-coordinate representation of color #1653CB: hue angle of 219.78º 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 #1653CB is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 83 | 203 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.20 |
| HSL | 219.78º | 0.8% | 0.44% | - |
| HSV(B) | 219.78º | 0.89% | 0.8% | - |
| XYZ | 14.2 | 10.67 | 57.81 | - |
| YUV | 78.44 | 198.29 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 203 | 0.89 | 0.59 | 0 | 0.20 | 219.78 | 0.8 | 0.44 |
| Hex | 16 | 53 | CB | 59 | 3B | 0 | 14 | DC | 50 | 2C |
| Octal | 26 | 123 | 313 | 131 | 73 | 0 | 24 | 334 | 120 | 54 |
| Binary | 10110 | 1010011 | 11001011 | 1011001 | 111011 | 0 | 10100 | 11011100 | 1010000 | 101100 |
Color Harmonies of #1653CB
Complementary color
Monochromatic Colors of #1653CB
Black with #1653CB
Text Example
Text Example
White with #1653CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1653CB; }
p { color: rgb(22,83,203); }
H1.HeaderClassName
{
color: #1653CB;
}
.AnyTagClassName
{
color: #1653CB;
}
</style>
background-color css
<style>
a { background-color: #1653CB; }
a { background-color: rgb(22,83,203); }
div.DivClassName
{
background-color: #1653CB;
}
.BgClassName
{
background-color: #1653CB;
}
</style>
border-color css
<style>
span { border-color: #1653CB; }
span { border-color: rgb(22,83,203); }
td.TdClassName
{
border-color: #1653CB;
}
.TagClassName
{
border-color: #1653CB;
}
</style>