Shades of Denim #1A59AF
Tints of Denim #1A59AF
RGB
CMYK
RGB Variations
Color information
#1A59AF (or 0x1A59AF) is known color: Denim. HEX triplet: 1A, 59 and AF. RGB value is (26,89,175). Sum of RGB (Red+Green+Blue) = 26+89+175=290 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.97% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A59AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A59AF is #E5A650. Grayscale: #4F4F4F. Windows color (decimal): -15050321 or 11491610. OLE color: 11491610.
HSL color Cylindrical-coordinate representation of color #1A59AF: hue angle of 214.63º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A59AF is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 89 | 175 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.31 |
| HSL | 214.63º | 0.74% | 0.39% | - |
| HSV(B) | 214.63º | 0.85% | 0.69% | - |
| XYZ | 11.74 | 10.46 | 41.96 | - |
| YUV | 79.97 | 181.63 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 89 | 175 | 0.85 | 0.49 | 0 | 0.31 | 214.63 | 0.74 | 0.39 |
| Hex | 1A | 59 | AF | 55 | 31 | 0 | 1F | D7 | 4A | 27 |
| Octal | 32 | 131 | 257 | 125 | 61 | 0 | 37 | 327 | 112 | 47 |
| Binary | 11010 | 1011001 | 10101111 | 1010101 | 110001 | 0 | 11111 | 11010111 | 1001010 | 100111 |
Color Harmonies of #1A59AF
Complementary color
Monochromatic Colors of #1A59AF
Black with #1A59AF
Text Example
Text Example
White with #1A59AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A59AF; }
p { color: rgb(26,89,175); }
H1.HeaderClassName
{
color: #1A59AF;
}
.AnyTagClassName
{
color: #1A59AF;
}
</style>
background-color css
<style>
a { background-color: #1A59AF; }
a { background-color: rgb(26,89,175); }
div.DivClassName
{
background-color: #1A59AF;
}
.BgClassName
{
background-color: #1A59AF;
}
</style>
border-color css
<style>
span { border-color: #1A59AF; }
span { border-color: rgb(26,89,175); }
td.TdClassName
{
border-color: #1A59AF;
}
.TagClassName
{
border-color: #1A59AF;
}
</style>