Shades of Denim #1E66BE
Tints of Denim #1E66BE
RGB
CMYK
RGB Variations
Color information
#1E66BE (or 0x1E66BE) is known color: Denim. HEX triplet: 1E, 66 and BE. RGB value is (30,102,190). Sum of RGB (Red+Green+Blue) = 30+102+190=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E66BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E66BE is #E19941. Grayscale: #5A5A5A. Windows color (decimal): -14784834 or 12477982. OLE color: 12477982.
HSL color Cylindrical-coordinate representation of color #1E66BE: hue angle of 213º 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 #1E66BE is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 102 | 190 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.25 |
| HSL | 213º | 0.73% | 0.43% | - |
| HSV(B) | 213º | 0.84% | 0.75% | - |
| XYZ | 14.58 | 13.5 | 50.55 | - |
| YUV | 90.5 | 184.15 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 102 | 190 | 0.84 | 0.46 | 0 | 0.25 | 213 | 0.73 | 0.43 |
| Hex | 1E | 66 | BE | 54 | 2E | 0 | 19 | D5 | 49 | 2B |
| Octal | 36 | 146 | 276 | 124 | 56 | 0 | 31 | 325 | 111 | 53 |
| Binary | 11110 | 1100110 | 10111110 | 1010100 | 101110 | 0 | 11001 | 11010101 | 1001001 | 101011 |
Color Harmonies of #1E66BE
Complementary color
Monochromatic Colors of #1E66BE
Black with #1E66BE
Text Example
Text Example
White with #1E66BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E66BE; }
p { color: rgb(30,102,190); }
H1.HeaderClassName
{
color: #1E66BE;
}
.AnyTagClassName
{
color: #1E66BE;
}
</style>
background-color css
<style>
a { background-color: #1E66BE; }
a { background-color: rgb(30,102,190); }
div.DivClassName
{
background-color: #1E66BE;
}
.BgClassName
{
background-color: #1E66BE;
}
</style>
border-color css
<style>
span { border-color: #1E66BE; }
span { border-color: rgb(30,102,190); }
td.TdClassName
{
border-color: #1E66BE;
}
.TagClassName
{
border-color: #1E66BE;
}
</style>