Shades of Denim #1E5CCD
Tints of Denim #1E5CCD
RGB
CMYK
RGB Variations
Color information
#1E5CCD (or 0x1E5CCD) is known color: Denim. HEX triplet: 1E, 5C and CD. RGB value is (30,92,205). Sum of RGB (Red+Green+Blue) = 30+92+205=327 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.17% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 205 (80.47% from 255 or 62.69% from 327); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E5CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5CCD is #E1A332. Grayscale: #555555. Windows color (decimal): -14787379 or 13458462. OLE color: 13458462.
HSL color Cylindrical-coordinate representation of color #1E5CCD: hue angle of 218.74º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E5CCD is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 92 | 205 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.20 |
| HSL | 218.74º | 0.74% | 0.46% | - |
| HSV(B) | 218.74º | 0.85% | 0.8% | - |
| XYZ | 15.38 | 12.34 | 59.33 | - |
| YUV | 86.34 | 194.96 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 92 | 205 | 0.85 | 0.55 | 0 | 0.20 | 218.74 | 0.74 | 0.46 |
| Hex | 1E | 5C | CD | 55 | 37 | 0 | 14 | DB | 4A | 2E |
| Octal | 36 | 134 | 315 | 125 | 67 | 0 | 24 | 333 | 112 | 56 |
| Binary | 11110 | 1011100 | 11001101 | 1010101 | 110111 | 0 | 10100 | 11011011 | 1001010 | 101110 |
Color Harmonies of #1E5CCD
Complementary color
Monochromatic Colors of #1E5CCD
Black with #1E5CCD
Text Example
Text Example
White with #1E5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5CCD; }
p { color: rgb(30,92,205); }
H1.HeaderClassName
{
color: #1E5CCD;
}
.AnyTagClassName
{
color: #1E5CCD;
}
</style>
background-color css
<style>
a { background-color: #1E5CCD; }
a { background-color: rgb(30,92,205); }
div.DivClassName
{
background-color: #1E5CCD;
}
.BgClassName
{
background-color: #1E5CCD;
}
</style>
border-color css
<style>
span { border-color: #1E5CCD; }
span { border-color: rgb(30,92,205); }
td.TdClassName
{
border-color: #1E5CCD;
}
.TagClassName
{
border-color: #1E5CCD;
}
</style>