Shades of Denim #1857DB
Tints of Denim #1857DB
RGB
CMYK
RGB Variations
Color information
#1857DB (or 0x1857DB) is known color: Denim. HEX triplet: 18, 57 and DB. RGB value is (24,87,219). Sum of RGB (Red+Green+Blue) = 24+87+219=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #1857DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1857DB is #E7A824. Grayscale: #525252. Windows color (decimal): -15181861 or 14374680. OLE color: 14374680.
HSL color Cylindrical-coordinate representation of color #1857DB: hue angle of 220.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1857DB is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 87 | 219 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.14 |
| HSL | 220.62º | 0.8% | 0.48% | - |
| HSV(B) | 220.62º | 0.89% | 0.86% | - |
| XYZ | 16.57 | 12.13 | 68.48 | - |
| YUV | 83.21 | 204.63 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 87 | 219 | 0.89 | 0.60 | 0 | 0.14 | 220.62 | 0.8 | 0.48 |
| Hex | 18 | 57 | DB | 59 | 3C | 0 | E | DD | 50 | 30 |
| Octal | 30 | 127 | 333 | 131 | 74 | 0 | 16 | 335 | 120 | 60 |
| Binary | 11000 | 1010111 | 11011011 | 1011001 | 111100 | 0 | 1110 | 11011101 | 1010000 | 110000 |
Color Harmonies of #1857DB
Complementary color
Monochromatic Colors of #1857DB
Black with #1857DB
Text Example
Text Example
White with #1857DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1857DB; }
p { color: rgb(24,87,219); }
H1.HeaderClassName
{
color: #1857DB;
}
.AnyTagClassName
{
color: #1857DB;
}
</style>
background-color css
<style>
a { background-color: #1857DB; }
a { background-color: rgb(24,87,219); }
div.DivClassName
{
background-color: #1857DB;
}
.BgClassName
{
background-color: #1857DB;
}
</style>
border-color css
<style>
span { border-color: #1857DB; }
span { border-color: rgb(24,87,219); }
td.TdClassName
{
border-color: #1857DB;
}
.TagClassName
{
border-color: #1857DB;
}
</style>