Shades of Denim #1E62BC
Tints of Denim #1E62BC
RGB
CMYK
RGB Variations
Color information
#1E62BC (or 0x1E62BC) is known color: Denim. HEX triplet: 1E, 62 and BC. RGB value is (30,98,188). Sum of RGB (Red+Green+Blue) = 30+98+188=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #1E62BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E62BC is #E19D43. Grayscale: #575757. Windows color (decimal): -14785860 or 12345886. OLE color: 12345886.
HSL color Cylindrical-coordinate representation of color #1E62BC: hue angle of 214.18º degrees, saturation: 0.72, 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 #1E62BC is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 30 | 98 | 188 | - |
| CMYK | 0.84 | 0.48 | 0 | 0.26 |
| HSL | 214.18º | 0.72% | 0.43% | - |
| HSV(B) | 214.18º | 0.84% | 0.74% | - |
| XYZ | 13.98 | 12.64 | 49.28 | - |
| YUV | 87.93 | 184.47 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 98 | 188 | 0.84 | 0.48 | 0 | 0.26 | 214.18 | 0.72 | 0.43 |
| Hex | 1E | 62 | BC | 54 | 30 | 0 | 1A | D6 | 48 | 2B |
| Octal | 36 | 142 | 274 | 124 | 60 | 0 | 32 | 326 | 110 | 53 |
| Binary | 11110 | 1100010 | 10111100 | 1010100 | 110000 | 0 | 11010 | 11010110 | 1001000 | 101011 |
Color Harmonies of #1E62BC
Complementary color
Monochromatic Colors of #1E62BC
Black with #1E62BC
Text Example
Text Example
White with #1E62BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E62BC; }
p { color: rgb(30,98,188); }
H1.HeaderClassName
{
color: #1E62BC;
}
.AnyTagClassName
{
color: #1E62BC;
}
</style>
background-color css
<style>
a { background-color: #1E62BC; }
a { background-color: rgb(30,98,188); }
div.DivClassName
{
background-color: #1E62BC;
}
.BgClassName
{
background-color: #1E62BC;
}
</style>
border-color css
<style>
span { border-color: #1E62BC; }
span { border-color: rgb(30,98,188); }
td.TdClassName
{
border-color: #1E62BC;
}
.TagClassName
{
border-color: #1E62BC;
}
</style>