Shades of Denim #1657DB
Tints of Denim #1657DB
RGB
CMYK
RGB Variations
Color information
#1657DB (or 0x1657DB) is known color: Denim. HEX triplet: 16, 57 and DB. RGB value is (22,87,219). Sum of RGB (Red+Green+Blue) = 22+87+219=328 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.71% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #1657DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1657DB is #E9A824. Grayscale: #525252. Windows color (decimal): -15312933 or 14374678. OLE color: 14374678.
HSL color Cylindrical-coordinate representation of color #1657DB: hue angle of 220.2º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1657DB is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 87 | 219 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.14 |
| HSL | 220.2º | 0.82% | 0.47% | - |
| HSV(B) | 220.2º | 0.9% | 0.86% | - |
| XYZ | 16.53 | 12.1 | 68.48 | - |
| YUV | 82.61 | 204.97 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 87 | 219 | 0.90 | 0.60 | 0 | 0.14 | 220.2 | 0.82 | 0.47 |
| Hex | 16 | 57 | DB | 5A | 3C | 0 | E | DC | 52 | 2F |
| Octal | 26 | 127 | 333 | 132 | 74 | 0 | 16 | 334 | 122 | 57 |
| Binary | 10110 | 1010111 | 11011011 | 1011010 | 111100 | 0 | 1110 | 11011100 | 1010010 | 101111 |
Color Harmonies of #1657DB
Complementary color
Monochromatic Colors of #1657DB
Black with #1657DB
Text Example
Text Example
White with #1657DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1657DB; }
p { color: rgb(22,87,219); }
H1.HeaderClassName
{
color: #1657DB;
}
.AnyTagClassName
{
color: #1657DB;
}
</style>
background-color css
<style>
a { background-color: #1657DB; }
a { background-color: rgb(22,87,219); }
div.DivClassName
{
background-color: #1657DB;
}
.BgClassName
{
background-color: #1657DB;
}
</style>
border-color css
<style>
span { border-color: #1657DB; }
span { border-color: rgb(22,87,219); }
td.TdClassName
{
border-color: #1657DB;
}
.TagClassName
{
border-color: #1657DB;
}
</style>