Shades of Denim #1E6ECF
Tints of Denim #1E6ECF
RGB
CMYK
RGB Variations
Color information
#1E6ECF (or 0x1E6ECF) is known color: Denim. HEX triplet: 1E, 6E and CF. RGB value is (30,110,207). Sum of RGB (Red+Green+Blue) = 30+110+207=347 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.65% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E6ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6ECF is #E19130. Grayscale: #606060. Windows color (decimal): -14782769 or 13594142. OLE color: 13594142.
HSL color Cylindrical-coordinate representation of color #1E6ECF: hue angle of 212.88º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E6ECF is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 110 | 207 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.19 |
| HSL | 212.88º | 0.75% | 0.46% | - |
| HSV(B) | 212.88º | 0.86% | 0.81% | - |
| XYZ | 17.37 | 15.93 | 61.19 | - |
| YUV | 97.14 | 190 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 110 | 207 | 0.86 | 0.47 | 0 | 0.19 | 212.88 | 0.75 | 0.46 |
| Hex | 1E | 6E | CF | 56 | 2F | 0 | 13 | D5 | 4B | 2E |
| Octal | 36 | 156 | 317 | 126 | 57 | 0 | 23 | 325 | 113 | 56 |
| Binary | 11110 | 1101110 | 11001111 | 1010110 | 101111 | 0 | 10011 | 11010101 | 1001011 | 101110 |
Color Harmonies of #1E6ECF
Complementary color
Monochromatic Colors of #1E6ECF
Black with #1E6ECF
Text Example
Text Example
White with #1E6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6ECF; }
p { color: rgb(30,110,207); }
H1.HeaderClassName
{
color: #1E6ECF;
}
.AnyTagClassName
{
color: #1E6ECF;
}
</style>
background-color css
<style>
a { background-color: #1E6ECF; }
a { background-color: rgb(30,110,207); }
div.DivClassName
{
background-color: #1E6ECF;
}
.BgClassName
{
background-color: #1E6ECF;
}
</style>
border-color css
<style>
span { border-color: #1E6ECF; }
span { border-color: rgb(30,110,207); }
td.TdClassName
{
border-color: #1E6ECF;
}
.TagClassName
{
border-color: #1E6ECF;
}
</style>