Shades of Denim #1653BB
Tints of Denim #1653BB
RGB
CMYK
RGB Variations
Color information
#1653BB (or 0x1653BB) is known color: Denim. HEX triplet: 16, 53 and BB. RGB value is (22,83,187). Sum of RGB (Red+Green+Blue) = 22+83+187=292 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.53% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #1653BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1653BB is #E9AC44. Grayscale: #4C4C4C. Windows color (decimal): -15313989 or 12276502. OLE color: 12276502.
HSL color Cylindrical-coordinate representation of color #1653BB: hue angle of 217.82º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1653BB is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 83 | 187 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.27 |
| HSL | 217.82º | 0.79% | 0.41% | - |
| HSV(B) | 217.82º | 0.88% | 0.73% | - |
| XYZ | 12.39 | 9.94 | 48.28 | - |
| YUV | 76.62 | 190.29 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 83 | 187 | 0.88 | 0.56 | 0 | 0.27 | 217.82 | 0.79 | 0.41 |
| Hex | 16 | 53 | BB | 58 | 38 | 0 | 1B | DA | 4F | 29 |
| Octal | 26 | 123 | 273 | 130 | 70 | 0 | 33 | 332 | 117 | 51 |
| Binary | 10110 | 1010011 | 10111011 | 1011000 | 111000 | 0 | 11011 | 11011010 | 1001111 | 101001 |
Color Harmonies of #1653BB
Complementary color
Monochromatic Colors of #1653BB
Black with #1653BB
Text Example
Text Example
White with #1653BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1653BB; }
p { color: rgb(22,83,187); }
H1.HeaderClassName
{
color: #1653BB;
}
.AnyTagClassName
{
color: #1653BB;
}
</style>
background-color css
<style>
a { background-color: #1653BB; }
a { background-color: rgb(22,83,187); }
div.DivClassName
{
background-color: #1653BB;
}
.BgClassName
{
background-color: #1653BB;
}
</style>
border-color css
<style>
span { border-color: #1653BB; }
span { border-color: rgb(22,83,187); }
td.TdClassName
{
border-color: #1653BB;
}
.TagClassName
{
border-color: #1653BB;
}
</style>