Shades of Denim #1E6EBD
Tints of Denim #1E6EBD
RGB
CMYK
RGB Variations
Color information
#1E6EBD (or 0x1E6EBD) is known color: Denim. HEX triplet: 1E, 6E and BD. RGB value is (30,110,189). Sum of RGB (Red+Green+Blue) = 30+110+189=329 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.12% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #1E6EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6EBD is #E19142. Grayscale: #5E5E5E. Windows color (decimal): -14782787 or 12414494. OLE color: 12414494.
HSL color Cylindrical-coordinate representation of color #1E6EBD: hue angle of 209.81º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E6EBD is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 110 | 189 | - |
| CMYK | 0.84 | 0.42 | 0 | 0.26 |
| HSL | 209.81º | 0.73% | 0.43% | - |
| HSV(B) | 209.81º | 0.84% | 0.74% | - |
| XYZ | 15.3 | 15.1 | 50.25 | - |
| YUV | 95.09 | 181 | 81.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 110 | 189 | 0.84 | 0.42 | 0 | 0.26 | 209.81 | 0.73 | 0.43 |
| Hex | 1E | 6E | BD | 54 | 2A | 0 | 1A | D2 | 49 | 2B |
| Octal | 36 | 156 | 275 | 124 | 52 | 0 | 32 | 322 | 111 | 53 |
| Binary | 11110 | 1101110 | 10111101 | 1010100 | 101010 | 0 | 11010 | 11010010 | 1001001 | 101011 |
Color Harmonies of #1E6EBD
Complementary color
Monochromatic Colors of #1E6EBD
Black with #1E6EBD
Text Example
Text Example
White with #1E6EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6EBD; }
p { color: rgb(30,110,189); }
H1.HeaderClassName
{
color: #1E6EBD;
}
.AnyTagClassName
{
color: #1E6EBD;
}
</style>
background-color css
<style>
a { background-color: #1E6EBD; }
a { background-color: rgb(30,110,189); }
div.DivClassName
{
background-color: #1E6EBD;
}
.BgClassName
{
background-color: #1E6EBD;
}
</style>
border-color css
<style>
span { border-color: #1E6EBD; }
span { border-color: rgb(30,110,189); }
td.TdClassName
{
border-color: #1E6EBD;
}
.TagClassName
{
border-color: #1E6EBD;
}
</style>