Shades of Denim #1659CC
Tints of Denim #1659CC
RGB
CMYK
RGB Variations
Color information
#1659CC (or 0x1659CC) is known color: Denim. HEX triplet: 16, 59 and CC. RGB value is (22,89,204). Sum of RGB (Red+Green+Blue) = 22+89+204=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #1659CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1659CC is #E9A633. Grayscale: #515151. Windows color (decimal): -15312436 or 13392150. OLE color: 13392150.
HSL color Cylindrical-coordinate representation of color #1659CC: hue angle of 217.91º degrees, saturation: 0.81, 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 #1659CC is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 89 | 204 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.2 |
| HSL | 217.91º | 0.81% | 0.44% | - |
| HSV(B) | 217.91º | 0.89% | 0.8% | - |
| XYZ | 14.8 | 11.67 | 58.6 | - |
| YUV | 82.08 | 196.8 | 85.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 204 | 0.89 | 0.56 | 0 | 0.2 | 217.91 | 0.81 | 0.44 |
| Hex | 16 | 59 | CC | 59 | 38 | 0 | 14 | DA | 51 | 2C |
| Octal | 26 | 131 | 314 | 131 | 70 | 0 | 24 | 332 | 121 | 54 |
| Binary | 10110 | 1011001 | 11001100 | 1011001 | 111000 | 0 | 10100 | 11011010 | 1010001 | 101100 |
Color Harmonies of #1659CC
Complementary color
Monochromatic Colors of #1659CC
Black with #1659CC
Text Example
Text Example
White with #1659CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1659CC; }
p { color: rgb(22,89,204); }
H1.HeaderClassName
{
color: #1659CC;
}
.AnyTagClassName
{
color: #1659CC;
}
</style>
background-color css
<style>
a { background-color: #1659CC; }
a { background-color: rgb(22,89,204); }
div.DivClassName
{
background-color: #1659CC;
}
.BgClassName
{
background-color: #1659CC;
}
</style>
border-color css
<style>
span { border-color: #1659CC; }
span { border-color: rgb(22,89,204); }
td.TdClassName
{
border-color: #1659CC;
}
.TagClassName
{
border-color: #1659CC;
}
</style>