Shades of Denim #1654BB
Tints of Denim #1654BB
RGB
CMYK
RGB Variations
Color information
#1654BB (or 0x1654BB) is known color: Denim. HEX triplet: 16, 54 and BB. RGB value is (22,84,187). Sum of RGB (Red+Green+Blue) = 22+84+187=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #1654BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1654BB is #E9AB44. Grayscale: #4C4C4C. Windows color (decimal): -15313733 or 12276758. OLE color: 12276758.
HSL color Cylindrical-coordinate representation of color #1654BB: hue angle of 217.45º 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 #1654BB is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 84 | 187 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.27 |
| HSL | 217.45º | 0.79% | 0.41% | - |
| HSV(B) | 217.45º | 0.88% | 0.73% | - |
| XYZ | 12.47 | 10.1 | 48.31 | - |
| YUV | 77.2 | 189.96 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 84 | 187 | 0.88 | 0.55 | 0 | 0.27 | 217.45 | 0.79 | 0.41 |
| Hex | 16 | 54 | BB | 58 | 37 | 0 | 1B | D9 | 4F | 29 |
| Octal | 26 | 124 | 273 | 130 | 67 | 0 | 33 | 331 | 117 | 51 |
| Binary | 10110 | 1010100 | 10111011 | 1011000 | 110111 | 0 | 11011 | 11011001 | 1001111 | 101001 |
Color Harmonies of #1654BB
Complementary color
Monochromatic Colors of #1654BB
Black with #1654BB
Text Example
Text Example
White with #1654BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1654BB; }
p { color: rgb(22,84,187); }
H1.HeaderClassName
{
color: #1654BB;
}
.AnyTagClassName
{
color: #1654BB;
}
</style>
background-color css
<style>
a { background-color: #1654BB; }
a { background-color: rgb(22,84,187); }
div.DivClassName
{
background-color: #1654BB;
}
.BgClassName
{
background-color: #1654BB;
}
</style>
border-color css
<style>
span { border-color: #1654BB; }
span { border-color: rgb(22,84,187); }
td.TdClassName
{
border-color: #1654BB;
}
.TagClassName
{
border-color: #1654BB;
}
</style>