Shades of Denim #1E6FCE
Tints of Denim #1E6FCE
RGB
CMYK
RGB Variations
Color information
#1E6FCE (or 0x1E6FCE) is known color: Denim. HEX triplet: 1E, 6F and CE. RGB value is (30,111,206). Sum of RGB (Red+Green+Blue) = 30+111+206=347 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.65% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #1E6FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6FCE is #E19031. Grayscale: #616161. Windows color (decimal): -14782514 or 13528862. OLE color: 13528862.
HSL color Cylindrical-coordinate representation of color #1E6FCE: hue angle of 212.39º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E6FCE is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 111 | 206 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.19 |
| HSL | 212.39º | 0.75% | 0.46% | - |
| HSV(B) | 212.39º | 0.85% | 0.81% | - |
| XYZ | 17.36 | 16.1 | 60.59 | - |
| YUV | 97.61 | 189.16 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 111 | 206 | 0.85 | 0.46 | 0 | 0.19 | 212.39 | 0.75 | 0.46 |
| Hex | 1E | 6F | CE | 55 | 2E | 0 | 13 | D4 | 4B | 2E |
| Octal | 36 | 157 | 316 | 125 | 56 | 0 | 23 | 324 | 113 | 56 |
| Binary | 11110 | 1101111 | 11001110 | 1010101 | 101110 | 0 | 10011 | 11010100 | 1001011 | 101110 |
Color Harmonies of #1E6FCE
Complementary color
Monochromatic Colors of #1E6FCE
Black with #1E6FCE
Text Example
Text Example
White with #1E6FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6FCE; }
p { color: rgb(30,111,206); }
H1.HeaderClassName
{
color: #1E6FCE;
}
.AnyTagClassName
{
color: #1E6FCE;
}
</style>
background-color css
<style>
a { background-color: #1E6FCE; }
a { background-color: rgb(30,111,206); }
div.DivClassName
{
background-color: #1E6FCE;
}
.BgClassName
{
background-color: #1E6FCE;
}
</style>
border-color css
<style>
span { border-color: #1E6FCE; }
span { border-color: rgb(30,111,206); }
td.TdClassName
{
border-color: #1E6FCE;
}
.TagClassName
{
border-color: #1E6FCE;
}
</style>