Shades of Denim #1E5BBF
Tints of Denim #1E5BBF
RGB
CMYK
RGB Variations
Color information
#1E5BBF (or 0x1E5BBF) is known color: Denim. HEX triplet: 1E, 5B and BF. RGB value is (30,91,191). Sum of RGB (Red+Green+Blue) = 30+91+191=312 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.62% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E5BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5BBF is #E1A440. Grayscale: #535353. Windows color (decimal): -14787649 or 12540702. OLE color: 12540702.
HSL color Cylindrical-coordinate representation of color #1E5BBF: hue angle of 217.27º 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 #1E5BBF is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 91 | 191 | - |
| CMYK | 0.84 | 0.52 | 0 | 0.25 |
| HSL | 217.27º | 0.73% | 0.43% | - |
| HSV(B) | 217.27º | 0.84% | 0.75% | - |
| XYZ | 13.68 | 11.52 | 50.79 | - |
| YUV | 84.16 | 188.29 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 91 | 191 | 0.84 | 0.52 | 0 | 0.25 | 217.27 | 0.73 | 0.43 |
| Hex | 1E | 5B | BF | 54 | 34 | 0 | 19 | D9 | 49 | 2B |
| Octal | 36 | 133 | 277 | 124 | 64 | 0 | 31 | 331 | 111 | 53 |
| Binary | 11110 | 1011011 | 10111111 | 1010100 | 110100 | 0 | 11001 | 11011001 | 1001001 | 101011 |
Color Harmonies of #1E5BBF
Complementary color
Monochromatic Colors of #1E5BBF
Black with #1E5BBF
Text Example
Text Example
White with #1E5BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5BBF; }
p { color: rgb(30,91,191); }
H1.HeaderClassName
{
color: #1E5BBF;
}
.AnyTagClassName
{
color: #1E5BBF;
}
</style>
background-color css
<style>
a { background-color: #1E5BBF; }
a { background-color: rgb(30,91,191); }
div.DivClassName
{
background-color: #1E5BBF;
}
.BgClassName
{
background-color: #1E5BBF;
}
</style>
border-color css
<style>
span { border-color: #1E5BBF; }
span { border-color: rgb(30,91,191); }
td.TdClassName
{
border-color: #1E5BBF;
}
.TagClassName
{
border-color: #1E5BBF;
}
</style>