Shades of Denim #1758DB
Tints of Denim #1758DB
RGB
CMYK
RGB Variations
Color information
#1758DB (or 0x1758DB) is known color: Denim. HEX triplet: 17, 58 and DB. RGB value is (23,88,219). Sum of RGB (Red+Green+Blue) = 23+88+219=330 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.97% from 330); Green value is 88 (34.77% from 255 or 26.67% 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 #1758DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1758DB is #E8A724. Grayscale: #525252. Windows color (decimal): -15247141 or 14374935. OLE color: 14374935.
HSL color Cylindrical-coordinate representation of color #1758DB: hue angle of 220.1º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1758DB is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 88 | 219 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.14 |
| HSL | 220.1º | 0.81% | 0.47% | - |
| HSV(B) | 220.1º | 0.89% | 0.86% | - |
| XYZ | 16.63 | 12.28 | 68.51 | - |
| YUV | 83.5 | 204.47 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 88 | 219 | 0.89 | 0.60 | 0 | 0.14 | 220.1 | 0.81 | 0.47 |
| Hex | 17 | 58 | DB | 59 | 3C | 0 | E | DC | 51 | 2F |
| Octal | 27 | 130 | 333 | 131 | 74 | 0 | 16 | 334 | 121 | 57 |
| Binary | 10111 | 1011000 | 11011011 | 1011001 | 111100 | 0 | 1110 | 11011100 | 1010001 | 101111 |
Color Harmonies of #1758DB
Complementary color
Monochromatic Colors of #1758DB
Black with #1758DB
Text Example
Text Example
White with #1758DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1758DB; }
p { color: rgb(23,88,219); }
H1.HeaderClassName
{
color: #1758DB;
}
.AnyTagClassName
{
color: #1758DB;
}
</style>
background-color css
<style>
a { background-color: #1758DB; }
a { background-color: rgb(23,88,219); }
div.DivClassName
{
background-color: #1758DB;
}
.BgClassName
{
background-color: #1758DB;
}
</style>
border-color css
<style>
span { border-color: #1758DB; }
span { border-color: rgb(23,88,219); }
td.TdClassName
{
border-color: #1758DB;
}
.TagClassName
{
border-color: #1758DB;
}
</style>