Shades of Denim #1E61DA
Tints of Denim #1E61DA
RGB
CMYK
RGB Variations
Color information
#1E61DA (or 0x1E61DA) is known color: Denim. HEX triplet: 1E, 61 and DA. RGB value is (30,97,218). Sum of RGB (Red+Green+Blue) = 30+97+218=345 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.70% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E61DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E61DA is #E19E25. Grayscale: #5A5A5A. Windows color (decimal): -14786086 or 14311710. OLE color: 14311710.
HSL color Cylindrical-coordinate representation of color #1E61DA: hue angle of 218.62º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E61DA is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 97 | 218 | - |
| CMYK | 0.86 | 0.56 | 0 | 0.15 |
| HSL | 218.62º | 0.76% | 0.49% | - |
| HSV(B) | 218.62º | 0.86% | 0.85% | - |
| XYZ | 17.47 | 13.89 | 68.09 | - |
| YUV | 90.76 | 199.8 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 97 | 218 | 0.86 | 0.56 | 0 | 0.15 | 218.62 | 0.76 | 0.49 |
| Hex | 1E | 61 | DA | 56 | 38 | 0 | F | DB | 4C | 31 |
| Octal | 36 | 141 | 332 | 126 | 70 | 0 | 17 | 333 | 114 | 61 |
| Binary | 11110 | 1100001 | 11011010 | 1010110 | 111000 | 0 | 1111 | 11011011 | 1001100 | 110001 |
Color Harmonies of #1E61DA
Complementary color
Monochromatic Colors of #1E61DA
Black with #1E61DA
Text Example
Text Example
White with #1E61DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E61DA; }
p { color: rgb(30,97,218); }
H1.HeaderClassName
{
color: #1E61DA;
}
.AnyTagClassName
{
color: #1E61DA;
}
</style>
background-color css
<style>
a { background-color: #1E61DA; }
a { background-color: rgb(30,97,218); }
div.DivClassName
{
background-color: #1E61DA;
}
.BgClassName
{
background-color: #1E61DA;
}
</style>
border-color css
<style>
span { border-color: #1E61DA; }
span { border-color: rgb(30,97,218); }
td.TdClassName
{
border-color: #1E61DA;
}
.TagClassName
{
border-color: #1E61DA;
}
</style>