Shades of Denim #1A5ADE
Tints of Denim #1A5ADE
RGB
CMYK
RGB Variations
Color information
#1A5ADE (or 0x1A5ADE) is known color: Denim. HEX triplet: 1A, 5A and DE. RGB value is (26,90,222). Sum of RGB (Red+Green+Blue) = 26+90+222=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #1A5ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5ADE is #E5A521. Grayscale: #555555. Windows color (decimal): -15050018 or 14572058. OLE color: 14572058.
HSL color Cylindrical-coordinate representation of color #1A5ADE: hue angle of 220.41º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A5ADE is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 90 | 222 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.13 |
| HSL | 220.41º | 0.79% | 0.49% | - |
| HSV(B) | 220.41º | 0.88% | 0.87% | - |
| XYZ | 17.27 | 12.81 | 70.67 | - |
| YUV | 85.91 | 204.8 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 90 | 222 | 0.88 | 0.59 | 0 | 0.13 | 220.41 | 0.79 | 0.49 |
| Hex | 1A | 5A | DE | 58 | 3B | 0 | D | DC | 4F | 31 |
| Octal | 32 | 132 | 336 | 130 | 73 | 0 | 15 | 334 | 117 | 61 |
| Binary | 11010 | 1011010 | 11011110 | 1011000 | 111011 | 0 | 1101 | 11011100 | 1001111 | 110001 |
Color Harmonies of #1A5ADE
Complementary color
Monochromatic Colors of #1A5ADE
Black with #1A5ADE
Text Example
Text Example
White with #1A5ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5ADE; }
p { color: rgb(26,90,222); }
H1.HeaderClassName
{
color: #1A5ADE;
}
.AnyTagClassName
{
color: #1A5ADE;
}
</style>
background-color css
<style>
a { background-color: #1A5ADE; }
a { background-color: rgb(26,90,222); }
div.DivClassName
{
background-color: #1A5ADE;
}
.BgClassName
{
background-color: #1A5ADE;
}
</style>
border-color css
<style>
span { border-color: #1A5ADE; }
span { border-color: rgb(26,90,222); }
td.TdClassName
{
border-color: #1A5ADE;
}
.TagClassName
{
border-color: #1A5ADE;
}
</style>