Shades of Denim #1759AA
Tints of Denim #1759AA
RGB
CMYK
RGB Variations
Color information
#1759AA (or 0x1759AA) is known color: Denim. HEX triplet: 17, 59 and AA. RGB value is (23,89,170). Sum of RGB (Red+Green+Blue) = 23+89+170=282 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.16% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 170 (66.80% from 255 or 60.28% from 282); Max value from RGB is 170 - color contains mainly: blue. Hex color #1759AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1759AA is #E8A655. Grayscale: #4E4E4E. Windows color (decimal): -15246934 or 11163927. OLE color: 11163927.
HSL color Cylindrical-coordinate representation of color #1759AA: hue angle of 213.06º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1759AA is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 89 | 170 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.33 |
| HSL | 213.06º | 0.76% | 0.38% | - |
| HSV(B) | 213.06º | 0.86% | 0.67% | - |
| XYZ | 11.18 | 10.23 | 39.42 | - |
| YUV | 78.5 | 179.63 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 89 | 170 | 0.86 | 0.48 | 0 | 0.33 | 213.06 | 0.76 | 0.38 |
| Hex | 17 | 59 | AA | 56 | 30 | 0 | 21 | D5 | 4C | 26 |
| Octal | 27 | 131 | 252 | 126 | 60 | 0 | 41 | 325 | 114 | 46 |
| Binary | 10111 | 1011001 | 10101010 | 1010110 | 110000 | 0 | 100001 | 11010101 | 1001100 | 100110 |
Color Harmonies of #1759AA
Complementary color
Monochromatic Colors of #1759AA
Black with #1759AA
Text Example
Text Example
White with #1759AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1759AA; }
p { color: rgb(23,89,170); }
H1.HeaderClassName
{
color: #1759AA;
}
.AnyTagClassName
{
color: #1759AA;
}
</style>
background-color css
<style>
a { background-color: #1759AA; }
a { background-color: rgb(23,89,170); }
div.DivClassName
{
background-color: #1759AA;
}
.BgClassName
{
background-color: #1759AA;
}
</style>
border-color css
<style>
span { border-color: #1759AA; }
span { border-color: rgb(23,89,170); }
td.TdClassName
{
border-color: #1759AA;
}
.TagClassName
{
border-color: #1759AA;
}
</style>