Shades of Denim #1E5CB4
Tints of Denim #1E5CB4
RGB
CMYK
RGB Variations
Color information
#1E5CB4 (or 0x1E5CB4) is known color: Denim. HEX triplet: 1E, 5C and B4. RGB value is (30,92,180). Sum of RGB (Red+Green+Blue) = 30+92+180=302 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.93% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 180 (70.70% from 255 or 59.60% from 302); Max value from RGB is 180 - color contains mainly: blue. Hex color #1E5CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5CB4 is #E1A34B. Grayscale: #535353. Windows color (decimal): -14787404 or 11820062. OLE color: 11820062.
HSL color Cylindrical-coordinate representation of color #1E5CB4: hue angle of 215.2º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E5CB4 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 92 | 180 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.29 |
| HSL | 215.2º | 0.71% | 0.41% | - |
| HSV(B) | 215.2º | 0.83% | 0.71% | - |
| XYZ | 12.6 | 11.23 | 44.68 | - |
| YUV | 83.49 | 182.46 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 92 | 180 | 0.83 | 0.49 | 0 | 0.29 | 215.2 | 0.71 | 0.41 |
| Hex | 1E | 5C | B4 | 53 | 31 | 0 | 1D | D7 | 47 | 29 |
| Octal | 36 | 134 | 264 | 123 | 61 | 0 | 35 | 327 | 107 | 51 |
| Binary | 11110 | 1011100 | 10110100 | 1010011 | 110001 | 0 | 11101 | 11010111 | 1000111 | 101001 |
Color Harmonies of #1E5CB4
Complementary color
Monochromatic Colors of #1E5CB4
Black with #1E5CB4
Text Example
Text Example
White with #1E5CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5CB4; }
p { color: rgb(30,92,180); }
H1.HeaderClassName
{
color: #1E5CB4;
}
.AnyTagClassName
{
color: #1E5CB4;
}
</style>
background-color css
<style>
a { background-color: #1E5CB4; }
a { background-color: rgb(30,92,180); }
div.DivClassName
{
background-color: #1E5CB4;
}
.BgClassName
{
background-color: #1E5CB4;
}
</style>
border-color css
<style>
span { border-color: #1E5CB4; }
span { border-color: rgb(30,92,180); }
td.TdClassName
{
border-color: #1E5CB4;
}
.TagClassName
{
border-color: #1E5CB4;
}
</style>