Shades of Denim #1E6CDA
Tints of Denim #1E6CDA
RGB
CMYK
RGB Variations
Color information
#1E6CDA (or 0x1E6CDA) is known color: Denim. HEX triplet: 1E, 6C and DA. RGB value is (30,108,218). Sum of RGB (Red+Green+Blue) = 30+108+218=356 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.43% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #1E6CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6CDA is #E19325. Grayscale: #606060. Windows color (decimal): -14783270 or 14314526. OLE color: 14314526.
HSL color Cylindrical-coordinate representation of color #1E6CDA: hue angle of 215.11º 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 #1E6CDA is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 108 | 218 | - |
| CMYK | 0.86 | 0.50 | 0 | 0.15 |
| HSL | 215.11º | 0.76% | 0.49% | - |
| HSV(B) | 215.11º | 0.86% | 0.85% | - |
| XYZ | 18.55 | 16.06 | 68.45 | - |
| YUV | 97.22 | 196.16 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 108 | 218 | 0.86 | 0.50 | 0 | 0.15 | 215.11 | 0.76 | 0.49 |
| Hex | 1E | 6C | DA | 56 | 32 | 0 | F | D7 | 4C | 31 |
| Octal | 36 | 154 | 332 | 126 | 62 | 0 | 17 | 327 | 114 | 61 |
| Binary | 11110 | 1101100 | 11011010 | 1010110 | 110010 | 0 | 1111 | 11010111 | 1001100 | 110001 |
Color Harmonies of #1E6CDA
Complementary color
Monochromatic Colors of #1E6CDA
Black with #1E6CDA
Text Example
Text Example
White with #1E6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6CDA; }
p { color: rgb(30,108,218); }
H1.HeaderClassName
{
color: #1E6CDA;
}
.AnyTagClassName
{
color: #1E6CDA;
}
</style>
background-color css
<style>
a { background-color: #1E6CDA; }
a { background-color: rgb(30,108,218); }
div.DivClassName
{
background-color: #1E6CDA;
}
.BgClassName
{
background-color: #1E6CDA;
}
</style>
border-color css
<style>
span { border-color: #1E6CDA; }
span { border-color: rgb(30,108,218); }
td.TdClassName
{
border-color: #1E6CDA;
}
.TagClassName
{
border-color: #1E6CDA;
}
</style>