Shades of Denim #1E5DCE
Tints of Denim #1E5DCE
RGB
CMYK
RGB Variations
Color information
#1E5DCE (or 0x1E5DCE) is known color: Denim. HEX triplet: 1E, 5D and CE. RGB value is (30,93,206). Sum of RGB (Red+Green+Blue) = 30+93+206=329 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.12% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E5DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5DCE is #E1A231. Grayscale: #565656. Windows color (decimal): -14787122 or 13524254. OLE color: 13524254.
HSL color Cylindrical-coordinate representation of color #1E5DCE: hue angle of 218.52º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E5DCE is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 93 | 206 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.19 |
| HSL | 218.52º | 0.75% | 0.46% | - |
| HSV(B) | 218.52º | 0.85% | 0.81% | - |
| XYZ | 15.59 | 12.56 | 60 | - |
| YUV | 87.05 | 195.13 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 93 | 206 | 0.85 | 0.55 | 0 | 0.19 | 218.52 | 0.75 | 0.46 |
| Hex | 1E | 5D | CE | 55 | 37 | 0 | 13 | DB | 4B | 2E |
| Octal | 36 | 135 | 316 | 125 | 67 | 0 | 23 | 333 | 113 | 56 |
| Binary | 11110 | 1011101 | 11001110 | 1010101 | 110111 | 0 | 10011 | 11011011 | 1001011 | 101110 |
Color Harmonies of #1E5DCE
Complementary color
Monochromatic Colors of #1E5DCE
Black with #1E5DCE
Text Example
Text Example
White with #1E5DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5DCE; }
p { color: rgb(30,93,206); }
H1.HeaderClassName
{
color: #1E5DCE;
}
.AnyTagClassName
{
color: #1E5DCE;
}
</style>
background-color css
<style>
a { background-color: #1E5DCE; }
a { background-color: rgb(30,93,206); }
div.DivClassName
{
background-color: #1E5DCE;
}
.BgClassName
{
background-color: #1E5DCE;
}
</style>
border-color css
<style>
span { border-color: #1E5DCE; }
span { border-color: rgb(30,93,206); }
td.TdClassName
{
border-color: #1E5DCE;
}
.TagClassName
{
border-color: #1E5DCE;
}
</style>