Shades of Denim #1E6ABB
Tints of Denim #1E6ABB
RGB
CMYK
RGB Variations
Color information
#1E6ABB (or 0x1E6ABB) is known color: Denim. HEX triplet: 1E, 6A and BB. RGB value is (30,106,187). Sum of RGB (Red+Green+Blue) = 30+106+187=323 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.29% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #1E6ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6ABB is #E19544. Grayscale: #5C5C5C. Windows color (decimal): -14783813 or 12282398. OLE color: 12282398.
HSL color Cylindrical-coordinate representation of color #1E6ABB: hue angle of 210.96º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E6ABB is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 106 | 187 | - |
| CMYK | 0.84 | 0.43 | 0 | 0.27 |
| HSL | 210.96º | 0.72% | 0.43% | - |
| HSV(B) | 210.96º | 0.84% | 0.73% | - |
| XYZ | 14.66 | 14.17 | 48.98 | - |
| YUV | 92.51 | 181.32 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 106 | 187 | 0.84 | 0.43 | 0 | 0.27 | 210.96 | 0.72 | 0.43 |
| Hex | 1E | 6A | BB | 54 | 2B | 0 | 1B | D3 | 48 | 2B |
| Octal | 36 | 152 | 273 | 124 | 53 | 0 | 33 | 323 | 110 | 53 |
| Binary | 11110 | 1101010 | 10111011 | 1010100 | 101011 | 0 | 11011 | 11010011 | 1001000 | 101011 |
Color Harmonies of #1E6ABB
Complementary color
Monochromatic Colors of #1E6ABB
Black with #1E6ABB
Text Example
Text Example
White with #1E6ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6ABB; }
p { color: rgb(30,106,187); }
H1.HeaderClassName
{
color: #1E6ABB;
}
.AnyTagClassName
{
color: #1E6ABB;
}
</style>
background-color css
<style>
a { background-color: #1E6ABB; }
a { background-color: rgb(30,106,187); }
div.DivClassName
{
background-color: #1E6ABB;
}
.BgClassName
{
background-color: #1E6ABB;
}
</style>
border-color css
<style>
span { border-color: #1E6ABB; }
span { border-color: rgb(30,106,187); }
td.TdClassName
{
border-color: #1E6ABB;
}
.TagClassName
{
border-color: #1E6ABB;
}
</style>