Shades of Denim #1759DC
Tints of Denim #1759DC
RGB
CMYK
RGB Variations
Color information
#1759DC (or 0x1759DC) is known color: Denim. HEX triplet: 17, 59 and DC. RGB value is (23,89,220). Sum of RGB (Red+Green+Blue) = 23+89+220=332 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.93% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #1759DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1759DC is #E8A623. Grayscale: #535353. Windows color (decimal): -15246884 or 14440727. OLE color: 14440727.
HSL color Cylindrical-coordinate representation of color #1759DC: hue angle of 219.9º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1759DC is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 89 | 220 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.14 |
| HSL | 219.9º | 0.81% | 0.48% | - |
| HSV(B) | 219.9º | 0.9% | 0.86% | - |
| XYZ | 16.84 | 12.49 | 69.23 | - |
| YUV | 84.2 | 204.63 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 220 | 0.90 | 0.60 | 0 | 0.14 | 219.9 | 0.81 | 0.48 |
| Hex | 17 | 59 | DC | 5A | 3C | 0 | E | DC | 51 | 30 |
| Octal | 27 | 131 | 334 | 132 | 74 | 0 | 16 | 334 | 121 | 60 |
| Binary | 10111 | 1011001 | 11011100 | 1011010 | 111100 | 0 | 1110 | 11011100 | 1010001 | 110000 |
Color Harmonies of #1759DC
Complementary color
Monochromatic Colors of #1759DC
Black with #1759DC
Text Example
Text Example
White with #1759DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1759DC; }
p { color: rgb(23,89,220); }
H1.HeaderClassName
{
color: #1759DC;
}
.AnyTagClassName
{
color: #1759DC;
}
</style>
background-color css
<style>
a { background-color: #1759DC; }
a { background-color: rgb(23,89,220); }
div.DivClassName
{
background-color: #1759DC;
}
.BgClassName
{
background-color: #1759DC;
}
</style>
border-color css
<style>
span { border-color: #1759DC; }
span { border-color: rgb(23,89,220); }
td.TdClassName
{
border-color: #1759DC;
}
.TagClassName
{
border-color: #1759DC;
}
</style>