Shades of Denim #1E5ACA
Tints of Denim #1E5ACA
RGB
CMYK
RGB Variations
Color information
#1E5ACA (or 0x1E5ACA) is known color: Denim. HEX triplet: 1E, 5A and CA. RGB value is (30,90,202). Sum of RGB (Red+Green+Blue) = 30+90+202=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #1E5ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5ACA is #E1A535. Grayscale: #545454. Windows color (decimal): -14787894 or 13261342. OLE color: 13261342.
HSL color Cylindrical-coordinate representation of color #1E5ACA: hue angle of 219.07º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E5ACA is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 90 | 202 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.21 |
| HSL | 219.07º | 0.74% | 0.45% | - |
| HSV(B) | 219.07º | 0.85% | 0.79% | - |
| XYZ | 14.85 | 11.85 | 57.38 | - |
| YUV | 84.83 | 194.12 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 90 | 202 | 0.85 | 0.55 | 0 | 0.21 | 219.07 | 0.74 | 0.45 |
| Hex | 1E | 5A | CA | 55 | 37 | 0 | 15 | DB | 4A | 2D |
| Octal | 36 | 132 | 312 | 125 | 67 | 0 | 25 | 333 | 112 | 55 |
| Binary | 11110 | 1011010 | 11001010 | 1010101 | 110111 | 0 | 10101 | 11011011 | 1001010 | 101101 |
Color Harmonies of #1E5ACA
Complementary color
Monochromatic Colors of #1E5ACA
Black with #1E5ACA
Text Example
Text Example
White with #1E5ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5ACA; }
p { color: rgb(30,90,202); }
H1.HeaderClassName
{
color: #1E5ACA;
}
.AnyTagClassName
{
color: #1E5ACA;
}
</style>
background-color css
<style>
a { background-color: #1E5ACA; }
a { background-color: rgb(30,90,202); }
div.DivClassName
{
background-color: #1E5ACA;
}
.BgClassName
{
background-color: #1E5ACA;
}
</style>
border-color css
<style>
span { border-color: #1E5ACA; }
span { border-color: rgb(30,90,202); }
td.TdClassName
{
border-color: #1E5ACA;
}
.TagClassName
{
border-color: #1E5ACA;
}
</style>