Shades of Denim #1E5CBB
Tints of Denim #1E5CBB
RGB
CMYK
RGB Variations
Color information
#1E5CBB (or 0x1E5CBB) is known color: Denim. HEX triplet: 1E, 5C and BB. RGB value is (30,92,187). Sum of RGB (Red+Green+Blue) = 30+92+187=309 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.71% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #1E5CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5CBB is #E1A344. Grayscale: #535353. Windows color (decimal): -14787397 or 12278814. OLE color: 12278814.
HSL color Cylindrical-coordinate representation of color #1E5CBB: hue angle of 216.31º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E5CBB is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 92 | 187 | - |
| CMYK | 0.84 | 0.51 | 0 | 0.27 |
| HSL | 216.31º | 0.72% | 0.43% | - |
| HSV(B) | 216.31º | 0.84% | 0.73% | - |
| XYZ | 13.33 | 11.52 | 48.53 | - |
| YUV | 84.29 | 185.96 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 92 | 187 | 0.84 | 0.51 | 0 | 0.27 | 216.31 | 0.72 | 0.43 |
| Hex | 1E | 5C | BB | 54 | 33 | 0 | 1B | D8 | 48 | 2B |
| Octal | 36 | 134 | 273 | 124 | 63 | 0 | 33 | 330 | 110 | 53 |
| Binary | 11110 | 1011100 | 10111011 | 1010100 | 110011 | 0 | 11011 | 11011000 | 1001000 | 101011 |
Color Harmonies of #1E5CBB
Complementary color
Monochromatic Colors of #1E5CBB
Black with #1E5CBB
Text Example
Text Example
White with #1E5CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5CBB; }
p { color: rgb(30,92,187); }
H1.HeaderClassName
{
color: #1E5CBB;
}
.AnyTagClassName
{
color: #1E5CBB;
}
</style>
background-color css
<style>
a { background-color: #1E5CBB; }
a { background-color: rgb(30,92,187); }
div.DivClassName
{
background-color: #1E5CBB;
}
.BgClassName
{
background-color: #1E5CBB;
}
</style>
border-color css
<style>
span { border-color: #1E5CBB; }
span { border-color: rgb(30,92,187); }
td.TdClassName
{
border-color: #1E5CBB;
}
.TagClassName
{
border-color: #1E5CBB;
}
</style>