Shades of Denim #1759AC
Tints of Denim #1759AC
RGB
CMYK
RGB Variations
Color information
#1759AC (or 0x1759AC) is known color: Denim. HEX triplet: 17, 59 and AC. RGB value is (23,89,172). Sum of RGB (Red+Green+Blue) = 23+89+172=284 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.10% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #1759AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1759AC is #E8A653. Grayscale: #4E4E4E. Windows color (decimal): -15246932 or 11294999. OLE color: 11294999.
HSL color Cylindrical-coordinate representation of color #1759AC: hue angle of 213.42º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1759AC is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 89 | 172 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.33 |
| HSL | 213.42º | 0.76% | 0.38% | - |
| HSV(B) | 213.42º | 0.87% | 0.67% | - |
| XYZ | 11.37 | 10.31 | 40.42 | - |
| YUV | 78.73 | 180.63 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 172 | 0.87 | 0.48 | 0 | 0.33 | 213.42 | 0.76 | 0.38 |
| Hex | 17 | 59 | AC | 57 | 30 | 0 | 21 | D5 | 4C | 26 |
| Octal | 27 | 131 | 254 | 127 | 60 | 0 | 41 | 325 | 114 | 46 |
| Binary | 10111 | 1011001 | 10101100 | 1010111 | 110000 | 0 | 100001 | 11010101 | 1001100 | 100110 |
Color Harmonies of #1759AC
Complementary color
Monochromatic Colors of #1759AC
Black with #1759AC
Text Example
Text Example
White with #1759AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1759AC; }
p { color: rgb(23,89,172); }
H1.HeaderClassName
{
color: #1759AC;
}
.AnyTagClassName
{
color: #1759AC;
}
</style>
background-color css
<style>
a { background-color: #1759AC; }
a { background-color: rgb(23,89,172); }
div.DivClassName
{
background-color: #1759AC;
}
.BgClassName
{
background-color: #1759AC;
}
</style>
border-color css
<style>
span { border-color: #1759AC; }
span { border-color: rgb(23,89,172); }
td.TdClassName
{
border-color: #1759AC;
}
.TagClassName
{
border-color: #1759AC;
}
</style>