Shades of Denim #1A5ECE
Tints of Denim #1A5ECE
RGB
CMYK
RGB Variations
Color information
#1A5ECE (or 0x1A5ECE) is known color: Denim. HEX triplet: 1A, 5E and CE. RGB value is (26,94,206). Sum of RGB (Red+Green+Blue) = 26+94+206=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A5ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5ECE is #E5A131. Grayscale: #555555. Windows color (decimal): -15049010 or 13524506. OLE color: 13524506.
HSL color Cylindrical-coordinate representation of color #1A5ECE: hue angle of 217.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A5ECE is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 94 | 206 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.19 |
| HSL | 217.33º | 0.78% | 0.45% | - |
| HSV(B) | 217.33º | 0.87% | 0.81% | - |
| XYZ | 15.57 | 12.68 | 60.02 | - |
| YUV | 86.44 | 195.47 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 94 | 206 | 0.87 | 0.54 | 0 | 0.19 | 217.33 | 0.78 | 0.45 |
| Hex | 1A | 5E | CE | 57 | 36 | 0 | 13 | D9 | 4E | 2D |
| Octal | 32 | 136 | 316 | 127 | 66 | 0 | 23 | 331 | 116 | 55 |
| Binary | 11010 | 1011110 | 11001110 | 1010111 | 110110 | 0 | 10011 | 11011001 | 1001110 | 101101 |
Color Harmonies of #1A5ECE
Complementary color
Monochromatic Colors of #1A5ECE
Black with #1A5ECE
Text Example
Text Example
White with #1A5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5ECE; }
p { color: rgb(26,94,206); }
H1.HeaderClassName
{
color: #1A5ECE;
}
.AnyTagClassName
{
color: #1A5ECE;
}
</style>
background-color css
<style>
a { background-color: #1A5ECE; }
a { background-color: rgb(26,94,206); }
div.DivClassName
{
background-color: #1A5ECE;
}
.BgClassName
{
background-color: #1A5ECE;
}
</style>
border-color css
<style>
span { border-color: #1A5ECE; }
span { border-color: rgb(26,94,206); }
td.TdClassName
{
border-color: #1A5ECE;
}
.TagClassName
{
border-color: #1A5ECE;
}
</style>