Shades of Denim #1E5FCE
Tints of Denim #1E5FCE
RGB
CMYK
RGB Variations
Color information
#1E5FCE (or 0x1E5FCE) is known color: Denim. HEX triplet: 1E, 5F and CE. RGB value is (30,95,206). Sum of RGB (Red+Green+Blue) = 30+95+206=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E5FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5FCE is #E1A031. Grayscale: #575757. Windows color (decimal): -14786610 or 13524766. OLE color: 13524766.
HSL color Cylindrical-coordinate representation of color #1E5FCE: hue angle of 217.84º 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 #1E5FCE is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 95 | 206 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.19 |
| HSL | 217.84º | 0.75% | 0.46% | - |
| HSV(B) | 217.84º | 0.85% | 0.81% | - |
| XYZ | 15.77 | 12.92 | 60.05 | - |
| YUV | 88.22 | 194.47 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 95 | 206 | 0.85 | 0.54 | 0 | 0.19 | 217.84 | 0.75 | 0.46 |
| Hex | 1E | 5F | CE | 55 | 36 | 0 | 13 | DA | 4B | 2E |
| Octal | 36 | 137 | 316 | 125 | 66 | 0 | 23 | 332 | 113 | 56 |
| Binary | 11110 | 1011111 | 11001110 | 1010101 | 110110 | 0 | 10011 | 11011010 | 1001011 | 101110 |
Color Harmonies of #1E5FCE
Complementary color
Monochromatic Colors of #1E5FCE
Black with #1E5FCE
Text Example
Text Example
White with #1E5FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5FCE; }
p { color: rgb(30,95,206); }
H1.HeaderClassName
{
color: #1E5FCE;
}
.AnyTagClassName
{
color: #1E5FCE;
}
</style>
background-color css
<style>
a { background-color: #1E5FCE; }
a { background-color: rgb(30,95,206); }
div.DivClassName
{
background-color: #1E5FCE;
}
.BgClassName
{
background-color: #1E5FCE;
}
</style>
border-color css
<style>
span { border-color: #1E5FCE; }
span { border-color: rgb(30,95,206); }
td.TdClassName
{
border-color: #1E5FCE;
}
.TagClassName
{
border-color: #1E5FCE;
}
</style>