Shades of Denim #1E5BCA
Tints of Denim #1E5BCA
RGB
CMYK
RGB Variations
Color information
#1E5BCA (or 0x1E5BCA) is known color: Denim. HEX triplet: 1E, 5B and CA. RGB value is (30,91,202). Sum of RGB (Red+Green+Blue) = 30+91+202=323 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.29% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #1E5BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5BCA is #E1A435. Grayscale: #545454. Windows color (decimal): -14787638 or 13261598. OLE color: 13261598.
HSL color Cylindrical-coordinate representation of color #1E5BCA: hue angle of 218.72º 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 #1E5BCA is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 91 | 202 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.21 |
| HSL | 218.72º | 0.74% | 0.45% | - |
| HSV(B) | 218.72º | 0.85% | 0.79% | - |
| XYZ | 14.94 | 12.02 | 57.41 | - |
| YUV | 85.42 | 193.79 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 91 | 202 | 0.85 | 0.55 | 0 | 0.21 | 218.72 | 0.74 | 0.45 |
| Hex | 1E | 5B | CA | 55 | 37 | 0 | 15 | DB | 4A | 2D |
| Octal | 36 | 133 | 312 | 125 | 67 | 0 | 25 | 333 | 112 | 55 |
| Binary | 11110 | 1011011 | 11001010 | 1010101 | 110111 | 0 | 10101 | 11011011 | 1001010 | 101101 |
Color Harmonies of #1E5BCA
Complementary color
Monochromatic Colors of #1E5BCA
Black with #1E5BCA
Text Example
Text Example
White with #1E5BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5BCA; }
p { color: rgb(30,91,202); }
H1.HeaderClassName
{
color: #1E5BCA;
}
.AnyTagClassName
{
color: #1E5BCA;
}
</style>
background-color css
<style>
a { background-color: #1E5BCA; }
a { background-color: rgb(30,91,202); }
div.DivClassName
{
background-color: #1E5BCA;
}
.BgClassName
{
background-color: #1E5BCA;
}
</style>
border-color css
<style>
span { border-color: #1E5BCA; }
span { border-color: rgb(30,91,202); }
td.TdClassName
{
border-color: #1E5BCA;
}
.TagClassName
{
border-color: #1E5BCA;
}
</style>