Shades of Denim #1A5DAE
Tints of Denim #1A5DAE
RGB
CMYK
RGB Variations
Color information
#1A5DAE (or 0x1A5DAE) is known color: Denim. HEX triplet: 1A, 5D and AE. RGB value is (26,93,174). Sum of RGB (Red+Green+Blue) = 26+93+174=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A5DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5DAE is #E5A251. Grayscale: #515151. Windows color (decimal): -15049298 or 11427098. OLE color: 11427098.
HSL color Cylindrical-coordinate representation of color #1A5DAE: hue angle of 212.84º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A5DAE is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 93 | 174 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.32 |
| HSL | 212.84º | 0.74% | 0.39% | - |
| HSV(B) | 212.84º | 0.85% | 0.68% | - |
| XYZ | 11.98 | 11.1 | 41.56 | - |
| YUV | 82.2 | 179.8 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 93 | 174 | 0.85 | 0.47 | 0 | 0.32 | 212.84 | 0.74 | 0.39 |
| Hex | 1A | 5D | AE | 55 | 2F | 0 | 20 | D5 | 4A | 27 |
| Octal | 32 | 135 | 256 | 125 | 57 | 0 | 40 | 325 | 112 | 47 |
| Binary | 11010 | 1011101 | 10101110 | 1010101 | 101111 | 0 | 100000 | 11010101 | 1001010 | 100111 |
Color Harmonies of #1A5DAE
Complementary color
Monochromatic Colors of #1A5DAE
Black with #1A5DAE
Text Example
Text Example
White with #1A5DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5DAE; }
p { color: rgb(26,93,174); }
H1.HeaderClassName
{
color: #1A5DAE;
}
.AnyTagClassName
{
color: #1A5DAE;
}
</style>
background-color css
<style>
a { background-color: #1A5DAE; }
a { background-color: rgb(26,93,174); }
div.DivClassName
{
background-color: #1A5DAE;
}
.BgClassName
{
background-color: #1A5DAE;
}
</style>
border-color css
<style>
span { border-color: #1A5DAE; }
span { border-color: rgb(26,93,174); }
td.TdClassName
{
border-color: #1A5DAE;
}
.TagClassName
{
border-color: #1A5DAE;
}
</style>