Shades of Denim #1E6BBE
Tints of Denim #1E6BBE
RGB
CMYK
RGB Variations
Color information
#1E6BBE (or 0x1E6BBE) is known color: Denim. HEX triplet: 1E, 6B and BE. RGB value is (30,107,190). Sum of RGB (Red+Green+Blue) = 30+107+190=327 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.17% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E6BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E6BBE is #E19441. Grayscale: #5D5D5D. Windows color (decimal): -14783554 or 12479262. OLE color: 12479262.
HSL color Cylindrical-coordinate representation of color #1E6BBE: hue angle of 211.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E6BBE is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 107 | 190 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.25 |
| HSL | 211.13º | 0.73% | 0.43% | - |
| HSV(B) | 211.13º | 0.84% | 0.75% | - |
| XYZ | 15.09 | 14.51 | 50.72 | - |
| YUV | 93.44 | 182.49 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 107 | 190 | 0.84 | 0.44 | 0 | 0.25 | 211.13 | 0.73 | 0.43 |
| Hex | 1E | 6B | BE | 54 | 2C | 0 | 19 | D3 | 49 | 2B |
| Octal | 36 | 153 | 276 | 124 | 54 | 0 | 31 | 323 | 111 | 53 |
| Binary | 11110 | 1101011 | 10111110 | 1010100 | 101100 | 0 | 11001 | 11010011 | 1001001 | 101011 |
Color Harmonies of #1E6BBE
Complementary color
Monochromatic Colors of #1E6BBE
Black with #1E6BBE
Text Example
Text Example
White with #1E6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6BBE; }
p { color: rgb(30,107,190); }
H1.HeaderClassName
{
color: #1E6BBE;
}
.AnyTagClassName
{
color: #1E6BBE;
}
</style>
background-color css
<style>
a { background-color: #1E6BBE; }
a { background-color: rgb(30,107,190); }
div.DivClassName
{
background-color: #1E6BBE;
}
.BgClassName
{
background-color: #1E6BBE;
}
</style>
border-color css
<style>
span { border-color: #1E6BBE; }
span { border-color: rgb(30,107,190); }
td.TdClassName
{
border-color: #1E6BBE;
}
.TagClassName
{
border-color: #1E6BBE;
}
</style>