Shades of Denim #1759CF
Tints of Denim #1759CF
RGB
CMYK
RGB Variations
Color information
#1759CF (or 0x1759CF) is known color: Denim. HEX triplet: 17, 59 and CF. RGB value is (23,89,207). Sum of RGB (Red+Green+Blue) = 23+89+207=319 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.21% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #1759CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1759CF is #E8A630. Grayscale: #525252. Windows color (decimal): -15246897 or 13588759. OLE color: 13588759.
HSL color Cylindrical-coordinate representation of color #1759CF: hue angle of 218.48º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1759CF is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 89 | 207 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.19 |
| HSL | 218.48º | 0.8% | 0.45% | - |
| HSV(B) | 218.48º | 0.89% | 0.81% | - |
| XYZ | 15.19 | 11.83 | 60.51 | - |
| YUV | 82.72 | 198.13 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 207 | 0.89 | 0.57 | 0 | 0.19 | 218.48 | 0.8 | 0.45 |
| Hex | 17 | 59 | CF | 59 | 39 | 0 | 13 | DA | 50 | 2D |
| Octal | 27 | 131 | 317 | 131 | 71 | 0 | 23 | 332 | 120 | 55 |
| Binary | 10111 | 1011001 | 11001111 | 1011001 | 111001 | 0 | 10011 | 11011010 | 1010000 | 101101 |
Color Harmonies of #1759CF
Complementary color
Monochromatic Colors of #1759CF
Black with #1759CF
Text Example
Text Example
White with #1759CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1759CF; }
p { color: rgb(23,89,207); }
H1.HeaderClassName
{
color: #1759CF;
}
.AnyTagClassName
{
color: #1759CF;
}
</style>
background-color css
<style>
a { background-color: #1759CF; }
a { background-color: rgb(23,89,207); }
div.DivClassName
{
background-color: #1759CF;
}
.BgClassName
{
background-color: #1759CF;
}
</style>
border-color css
<style>
span { border-color: #1759CF; }
span { border-color: rgb(23,89,207); }
td.TdClassName
{
border-color: #1759CF;
}
.TagClassName
{
border-color: #1759CF;
}
</style>