Shades of Denim #1A5EAE
Tints of Denim #1A5EAE
RGB
CMYK
RGB Variations
Color information
#1A5EAE (or 0x1A5EAE) is known color: Denim. HEX triplet: 1A, 5E and AE. RGB value is (26,94,174). Sum of RGB (Red+Green+Blue) = 26+94+174=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #1A5EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5EAE is #E5A151. Grayscale: #525252. Windows color (decimal): -15049042 or 11427354. OLE color: 11427354.
HSL color Cylindrical-coordinate representation of color #1A5EAE: hue angle of 212.43º 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 #1A5EAE is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 94 | 174 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.32 |
| HSL | 212.43º | 0.74% | 0.39% | - |
| HSV(B) | 212.43º | 0.85% | 0.68% | - |
| XYZ | 12.07 | 11.28 | 41.59 | - |
| YUV | 82.79 | 179.47 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 94 | 174 | 0.85 | 0.46 | 0 | 0.32 | 212.43 | 0.74 | 0.39 |
| Hex | 1A | 5E | AE | 55 | 2E | 0 | 20 | D4 | 4A | 27 |
| Octal | 32 | 136 | 256 | 125 | 56 | 0 | 40 | 324 | 112 | 47 |
| Binary | 11010 | 1011110 | 10101110 | 1010101 | 101110 | 0 | 100000 | 11010100 | 1001010 | 100111 |
Color Harmonies of #1A5EAE
Complementary color
Monochromatic Colors of #1A5EAE
Black with #1A5EAE
Text Example
Text Example
White with #1A5EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5EAE; }
p { color: rgb(26,94,174); }
H1.HeaderClassName
{
color: #1A5EAE;
}
.AnyTagClassName
{
color: #1A5EAE;
}
</style>
background-color css
<style>
a { background-color: #1A5EAE; }
a { background-color: rgb(26,94,174); }
div.DivClassName
{
background-color: #1A5EAE;
}
.BgClassName
{
background-color: #1A5EAE;
}
</style>
border-color css
<style>
span { border-color: #1A5EAE; }
span { border-color: rgb(26,94,174); }
td.TdClassName
{
border-color: #1A5EAE;
}
.TagClassName
{
border-color: #1A5EAE;
}
</style>