Shades of Denim #1A5FDD
Tints of Denim #1A5FDD
RGB
CMYK
RGB Variations
Color information
#1A5FDD (or 0x1A5FDD) is known color: Denim. HEX triplet: 1A, 5F and DD. RGB value is (26,95,221). Sum of RGB (Red+Green+Blue) = 26+95+221=342 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.60% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A5FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5FDD is #E5A022. Grayscale: #585858. Windows color (decimal): -15048739 or 14507802. OLE color: 14507802.
HSL color Cylindrical-coordinate representation of color #1A5FDD: hue angle of 218.77º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A5FDD is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 95 | 221 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.13 |
| HSL | 218.77º | 0.79% | 0.48% | - |
| HSV(B) | 218.77º | 0.88% | 0.87% | - |
| XYZ | 17.57 | 13.62 | 70.11 | - |
| YUV | 88.73 | 202.64 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 95 | 221 | 0.88 | 0.57 | 0 | 0.13 | 218.77 | 0.79 | 0.48 |
| Hex | 1A | 5F | DD | 58 | 39 | 0 | D | DB | 4F | 30 |
| Octal | 32 | 137 | 335 | 130 | 71 | 0 | 15 | 333 | 117 | 60 |
| Binary | 11010 | 1011111 | 11011101 | 1011000 | 111001 | 0 | 1101 | 11011011 | 1001111 | 110000 |
Color Harmonies of #1A5FDD
Complementary color
Monochromatic Colors of #1A5FDD
Black with #1A5FDD
Text Example
Text Example
White with #1A5FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5FDD; }
p { color: rgb(26,95,221); }
H1.HeaderClassName
{
color: #1A5FDD;
}
.AnyTagClassName
{
color: #1A5FDD;
}
</style>
background-color css
<style>
a { background-color: #1A5FDD; }
a { background-color: rgb(26,95,221); }
div.DivClassName
{
background-color: #1A5FDD;
}
.BgClassName
{
background-color: #1A5FDD;
}
</style>
border-color css
<style>
span { border-color: #1A5FDD; }
span { border-color: rgb(26,95,221); }
td.TdClassName
{
border-color: #1A5FDD;
}
.TagClassName
{
border-color: #1A5FDD;
}
</style>