Shades of Denim #1A5DCA
Tints of Denim #1A5DCA
RGB
CMYK
RGB Variations
Color information
#1A5DCA (or 0x1A5DCA) is known color: Denim. HEX triplet: 1A, 5D and CA. RGB value is (26,93,202). Sum of RGB (Red+Green+Blue) = 26+93+202=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A5DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5DCA is #E5A235. Grayscale: #545454. Windows color (decimal): -15049270 or 13262106. OLE color: 13262106.
HSL color Cylindrical-coordinate representation of color #1A5DCA: hue angle of 217.16º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A5DCA is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 26 | 93 | 202 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.21 |
| HSL | 217.16º | 0.77% | 0.45% | - |
| HSV(B) | 217.16º | 0.87% | 0.79% | - |
| XYZ | 15 | 12.31 | 57.46 | - |
| YUV | 85.39 | 193.8 | 85.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 93 | 202 | 0.87 | 0.54 | 0 | 0.21 | 217.16 | 0.77 | 0.45 |
| Hex | 1A | 5D | CA | 57 | 36 | 0 | 15 | D9 | 4D | 2D |
| Octal | 32 | 135 | 312 | 127 | 66 | 0 | 25 | 331 | 115 | 55 |
| Binary | 11010 | 1011101 | 11001010 | 1010111 | 110110 | 0 | 10101 | 11011001 | 1001101 | 101101 |
Color Harmonies of #1A5DCA
Complementary color
Monochromatic Colors of #1A5DCA
Black with #1A5DCA
Text Example
Text Example
White with #1A5DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5DCA; }
p { color: rgb(26,93,202); }
H1.HeaderClassName
{
color: #1A5DCA;
}
.AnyTagClassName
{
color: #1A5DCA;
}
</style>
background-color css
<style>
a { background-color: #1A5DCA; }
a { background-color: rgb(26,93,202); }
div.DivClassName
{
background-color: #1A5DCA;
}
.BgClassName
{
background-color: #1A5DCA;
}
</style>
border-color css
<style>
span { border-color: #1A5DCA; }
span { border-color: rgb(26,93,202); }
td.TdClassName
{
border-color: #1A5DCA;
}
.TagClassName
{
border-color: #1A5DCA;
}
</style>