Shades of Denim #1E61C0
Tints of Denim #1E61C0
RGB
CMYK
RGB Variations
Color information
#1E61C0 (or 0x1E61C0) is known color: Denim. HEX triplet: 1E, 61 and C0. RGB value is (30,97,192). Sum of RGB (Red+Green+Blue) = 30+97+192=319 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.40% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 192 (75.39% from 255 or 60.19% from 319); Max value from RGB is 192 - color contains mainly: blue. Hex color #1E61C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E61C0 is #E19E3F. Grayscale: #575757. Windows color (decimal): -14786112 or 12607774. OLE color: 12607774.
HSL color Cylindrical-coordinate representation of color #1E61C0: hue angle of 215.19º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E61C0 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 97 | 192 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.25 |
| HSL | 215.19º | 0.73% | 0.44% | - |
| HSV(B) | 215.19º | 0.84% | 0.75% | - |
| XYZ | 14.32 | 12.63 | 51.55 | - |
| YUV | 87.8 | 186.8 | 86.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 97 | 192 | 0.84 | 0.49 | 0 | 0.25 | 215.19 | 0.73 | 0.44 |
| Hex | 1E | 61 | C0 | 54 | 31 | 0 | 19 | D7 | 49 | 2C |
| Octal | 36 | 141 | 300 | 124 | 61 | 0 | 31 | 327 | 111 | 54 |
| Binary | 11110 | 1100001 | 11000000 | 1010100 | 110001 | 0 | 11001 | 11010111 | 1001001 | 101100 |
Color Harmonies of #1E61C0
Complementary color
Monochromatic Colors of #1E61C0
Black with #1E61C0
Text Example
Text Example
White with #1E61C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E61C0; }
p { color: rgb(30,97,192); }
H1.HeaderClassName
{
color: #1E61C0;
}
.AnyTagClassName
{
color: #1E61C0;
}
</style>
background-color css
<style>
a { background-color: #1E61C0; }
a { background-color: rgb(30,97,192); }
div.DivClassName
{
background-color: #1E61C0;
}
.BgClassName
{
background-color: #1E61C0;
}
</style>
border-color css
<style>
span { border-color: #1E61C0; }
span { border-color: rgb(30,97,192); }
td.TdClassName
{
border-color: #1E61C0;
}
.TagClassName
{
border-color: #1E61C0;
}
</style>