Shades of Denim #1655BB
Tints of Denim #1655BB
RGB
CMYK
RGB Variations
Color information
#1655BB (or 0x1655BB) is known color: Denim. HEX triplet: 16, 55 and BB. RGB value is (22,85,187). Sum of RGB (Red+Green+Blue) = 22+85+187=294 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.48% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #1655BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1655BB is #E9AA44. Grayscale: #4D4D4D. Windows color (decimal): -15313477 or 12277014. OLE color: 12277014.
HSL color Cylindrical-coordinate representation of color #1655BB: hue angle of 217.09º 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 #1655BB is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 85 | 187 | - |
| CMYK | 0.88 | 0.55 | 0 | 0.27 |
| HSL | 217.09º | 0.79% | 0.41% | - |
| HSV(B) | 217.09º | 0.88% | 0.73% | - |
| XYZ | 12.55 | 10.26 | 48.33 | - |
| YUV | 77.79 | 189.63 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 85 | 187 | 0.88 | 0.55 | 0 | 0.27 | 217.09 | 0.79 | 0.41 |
| Hex | 16 | 55 | BB | 58 | 37 | 0 | 1B | D9 | 4F | 29 |
| Octal | 26 | 125 | 273 | 130 | 67 | 0 | 33 | 331 | 117 | 51 |
| Binary | 10110 | 1010101 | 10111011 | 1011000 | 110111 | 0 | 11011 | 11011001 | 1001111 | 101001 |
Color Harmonies of #1655BB
Complementary color
Monochromatic Colors of #1655BB
Black with #1655BB
Text Example
Text Example
White with #1655BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1655BB; }
p { color: rgb(22,85,187); }
H1.HeaderClassName
{
color: #1655BB;
}
.AnyTagClassName
{
color: #1655BB;
}
</style>
background-color css
<style>
a { background-color: #1655BB; }
a { background-color: rgb(22,85,187); }
div.DivClassName
{
background-color: #1655BB;
}
.BgClassName
{
background-color: #1655BB;
}
</style>
border-color css
<style>
span { border-color: #1655BB; }
span { border-color: rgb(22,85,187); }
td.TdClassName
{
border-color: #1655BB;
}
.TagClassName
{
border-color: #1655BB;
}
</style>