Shades of Denim #1657CC
Tints of Denim #1657CC
RGB
CMYK
RGB Variations
Color information
#1657CC (or 0x1657CC) is known color: Denim. HEX triplet: 16, 57 and CC. RGB value is (22,87,204). Sum of RGB (Red+Green+Blue) = 22+87+204=313 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.03% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #1657CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1657CC is #E9A833. Grayscale: #505050. Windows color (decimal): -15312948 or 13391638. OLE color: 13391638.
HSL color Cylindrical-coordinate representation of color #1657CC: hue angle of 218.57º 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 #1657CC is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 87 | 204 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.2 |
| HSL | 218.57º | 0.81% | 0.44% | - |
| HSV(B) | 218.57º | 0.89% | 0.8% | - |
| XYZ | 14.64 | 11.35 | 58.55 | - |
| YUV | 80.9 | 197.47 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 204 | 0.89 | 0.57 | 0 | 0.2 | 218.57 | 0.81 | 0.44 |
| Hex | 16 | 57 | CC | 59 | 39 | 0 | 14 | DB | 51 | 2C |
| Octal | 26 | 127 | 314 | 131 | 71 | 0 | 24 | 333 | 121 | 54 |
| Binary | 10110 | 1010111 | 11001100 | 1011001 | 111001 | 0 | 10100 | 11011011 | 1010001 | 101100 |
Color Harmonies of #1657CC
Complementary color
Monochromatic Colors of #1657CC
Black with #1657CC
Text Example
Text Example
White with #1657CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1657CC; }
p { color: rgb(22,87,204); }
H1.HeaderClassName
{
color: #1657CC;
}
.AnyTagClassName
{
color: #1657CC;
}
</style>
background-color css
<style>
a { background-color: #1657CC; }
a { background-color: rgb(22,87,204); }
div.DivClassName
{
background-color: #1657CC;
}
.BgClassName
{
background-color: #1657CC;
}
</style>
border-color css
<style>
span { border-color: #1657CC; }
span { border-color: rgb(22,87,204); }
td.TdClassName
{
border-color: #1657CC;
}
.TagClassName
{
border-color: #1657CC;
}
</style>