Shades of Denim #1A59AC
Tints of Denim #1A59AC
RGB
CMYK
RGB Variations
Color information
#1A59AC (or 0x1A59AC) is known color: Denim. HEX triplet: 1A, 59 and AC. RGB value is (26,89,172). Sum of RGB (Red+Green+Blue) = 26+89+172=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A59AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A59AC is #E5A653. Grayscale: #4F4F4F. Windows color (decimal): -15050324 or 11295002. OLE color: 11295002.
HSL color Cylindrical-coordinate representation of color #1A59AC: hue angle of 214.11º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A59AC is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 89 | 172 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.33 |
| HSL | 214.11º | 0.74% | 0.39% | - |
| HSV(B) | 214.11º | 0.85% | 0.67% | - |
| XYZ | 11.44 | 10.34 | 40.42 | - |
| YUV | 79.63 | 180.13 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 89 | 172 | 0.85 | 0.48 | 0 | 0.33 | 214.11 | 0.74 | 0.39 |
| Hex | 1A | 59 | AC | 55 | 30 | 0 | 21 | D6 | 4A | 27 |
| Octal | 32 | 131 | 254 | 125 | 60 | 0 | 41 | 326 | 112 | 47 |
| Binary | 11010 | 1011001 | 10101100 | 1010101 | 110000 | 0 | 100001 | 11010110 | 1001010 | 100111 |
Color Harmonies of #1A59AC
Complementary color
Monochromatic Colors of #1A59AC
Black with #1A59AC
Text Example
Text Example
White with #1A59AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A59AC; }
p { color: rgb(26,89,172); }
H1.HeaderClassName
{
color: #1A59AC;
}
.AnyTagClassName
{
color: #1A59AC;
}
</style>
background-color css
<style>
a { background-color: #1A59AC; }
a { background-color: rgb(26,89,172); }
div.DivClassName
{
background-color: #1A59AC;
}
.BgClassName
{
background-color: #1A59AC;
}
</style>
border-color css
<style>
span { border-color: #1A59AC; }
span { border-color: rgb(26,89,172); }
td.TdClassName
{
border-color: #1A59AC;
}
.TagClassName
{
border-color: #1A59AC;
}
</style>