Shades of Denim #1A5DDB
Tints of Denim #1A5DDB
RGB
CMYK
RGB Variations
Color information
#1A5DDB (or 0x1A5DDB) is known color: Denim. HEX triplet: 1A, 5D and DB. RGB value is (26,93,219). Sum of RGB (Red+Green+Blue) = 26+93+219=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A5DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5DDB is #E5A224. Grayscale: #565656. Windows color (decimal): -15049253 or 14376218. OLE color: 14376218.
HSL color Cylindrical-coordinate representation of color #1A5DDB: hue angle of 219.17º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A5DDB is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 93 | 219 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.14 |
| HSL | 219.17º | 0.79% | 0.48% | - |
| HSV(B) | 219.17º | 0.88% | 0.86% | - |
| XYZ | 17.13 | 13.16 | 68.66 | - |
| YUV | 87.33 | 202.3 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 93 | 219 | 0.88 | 0.58 | 0 | 0.14 | 219.17 | 0.79 | 0.48 |
| Hex | 1A | 5D | DB | 58 | 3A | 0 | E | DB | 4F | 30 |
| Octal | 32 | 135 | 333 | 130 | 72 | 0 | 16 | 333 | 117 | 60 |
| Binary | 11010 | 1011101 | 11011011 | 1011000 | 111010 | 0 | 1110 | 11011011 | 1001111 | 110000 |
Color Harmonies of #1A5DDB
Complementary color
Monochromatic Colors of #1A5DDB
Black with #1A5DDB
Text Example
Text Example
White with #1A5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5DDB; }
p { color: rgb(26,93,219); }
H1.HeaderClassName
{
color: #1A5DDB;
}
.AnyTagClassName
{
color: #1A5DDB;
}
</style>
background-color css
<style>
a { background-color: #1A5DDB; }
a { background-color: rgb(26,93,219); }
div.DivClassName
{
background-color: #1A5DDB;
}
.BgClassName
{
background-color: #1A5DDB;
}
</style>
border-color css
<style>
span { border-color: #1A5DDB; }
span { border-color: rgb(26,93,219); }
td.TdClassName
{
border-color: #1A5DDB;
}
.TagClassName
{
border-color: #1A5DDB;
}
</style>