Shades of Denim #1659BB
Tints of Denim #1659BB
RGB
CMYK
RGB Variations
Color information
#1659BB (or 0x1659BB) is known color: Denim. HEX triplet: 16, 59 and BB. RGB value is (22,89,187). Sum of RGB (Red+Green+Blue) = 22+89+187=298 (39% of max value = 765). Red value is 22 (8.98% from 255 or 7.38% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #1659BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1659BB is #E9A644. Grayscale: #4F4F4F. Windows color (decimal): -15312453 or 12278038. OLE color: 12278038.
HSL color Cylindrical-coordinate representation of color #1659BB: hue angle of 215.64º 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 #1659BB is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 89 | 187 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.27 |
| HSL | 215.64º | 0.79% | 0.41% | - |
| HSV(B) | 215.64º | 0.88% | 0.73% | - |
| XYZ | 12.87 | 10.9 | 48.44 | - |
| YUV | 80.14 | 188.3 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 187 | 0.88 | 0.52 | 0 | 0.27 | 215.64 | 0.79 | 0.41 |
| Hex | 16 | 59 | BB | 58 | 34 | 0 | 1B | D8 | 4F | 29 |
| Octal | 26 | 131 | 273 | 130 | 64 | 0 | 33 | 330 | 117 | 51 |
| Binary | 10110 | 1011001 | 10111011 | 1011000 | 110100 | 0 | 11011 | 11011000 | 1001111 | 101001 |
Color Harmonies of #1659BB
Complementary color
Monochromatic Colors of #1659BB
Black with #1659BB
Text Example
Text Example
White with #1659BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1659BB; }
p { color: rgb(22,89,187); }
H1.HeaderClassName
{
color: #1659BB;
}
.AnyTagClassName
{
color: #1659BB;
}
</style>
background-color css
<style>
a { background-color: #1659BB; }
a { background-color: rgb(22,89,187); }
div.DivClassName
{
background-color: #1659BB;
}
.BgClassName
{
background-color: #1659BB;
}
</style>
border-color css
<style>
span { border-color: #1659BB; }
span { border-color: rgb(22,89,187); }
td.TdClassName
{
border-color: #1659BB;
}
.TagClassName
{
border-color: #1659BB;
}
</style>