Shades of Denim #1759CC
Tints of Denim #1759CC
RGB
CMYK
RGB Variations
Color information
#1759CC (or 0x1759CC) is known color: Denim. HEX triplet: 17, 59 and CC. RGB value is (23,89,204). Sum of RGB (Red+Green+Blue) = 23+89+204=316 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.28% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #1759CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1759CC is #E8A633. Grayscale: #515151. Windows color (decimal): -15246900 or 13392151. OLE color: 13392151.
HSL color Cylindrical-coordinate representation of color #1759CC: hue angle of 218.12º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1759CC is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 89 | 204 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.2 |
| HSL | 218.12º | 0.8% | 0.45% | - |
| HSV(B) | 218.12º | 0.89% | 0.8% | - |
| XYZ | 14.82 | 11.69 | 58.6 | - |
| YUV | 82.38 | 196.63 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 204 | 0.89 | 0.56 | 0 | 0.2 | 218.12 | 0.8 | 0.45 |
| Hex | 17 | 59 | CC | 59 | 38 | 0 | 14 | DA | 50 | 2D |
| Octal | 27 | 131 | 314 | 131 | 70 | 0 | 24 | 332 | 120 | 55 |
| Binary | 10111 | 1011001 | 11001100 | 1011001 | 111000 | 0 | 10100 | 11011010 | 1010000 | 101101 |
Color Harmonies of #1759CC
Complementary color
Monochromatic Colors of #1759CC
Black with #1759CC
Text Example
Text Example
White with #1759CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1759CC; }
p { color: rgb(23,89,204); }
H1.HeaderClassName
{
color: #1759CC;
}
.AnyTagClassName
{
color: #1759CC;
}
</style>
background-color css
<style>
a { background-color: #1759CC; }
a { background-color: rgb(23,89,204); }
div.DivClassName
{
background-color: #1759CC;
}
.BgClassName
{
background-color: #1759CC;
}
</style>
border-color css
<style>
span { border-color: #1759CC; }
span { border-color: rgb(23,89,204); }
td.TdClassName
{
border-color: #1759CC;
}
.TagClassName
{
border-color: #1759CC;
}
</style>