Shades of Denim #1E71BF
Tints of Denim #1E71BF
RGB
CMYK
RGB Variations
Color information
#1E71BF (or 0x1E71BF) is known color: Denim. HEX triplet: 1E, 71 and BF. RGB value is (30,113,191). Sum of RGB (Red+Green+Blue) = 30+113+191=334 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.98% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #1E71BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E71BF is #E18E40. Grayscale: #606060. Windows color (decimal): -14782017 or 12546334. OLE color: 12546334.
HSL color Cylindrical-coordinate representation of color #1E71BF: hue angle of 209.07º 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 #1E71BF is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 113 | 191 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.25 |
| HSL | 209.07º | 0.73% | 0.43% | - |
| HSV(B) | 209.07º | 0.84% | 0.75% | - |
| XYZ | 15.84 | 15.85 | 51.51 | - |
| YUV | 97.08 | 181 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 113 | 191 | 0.84 | 0.41 | 0 | 0.25 | 209.07 | 0.73 | 0.43 |
| Hex | 1E | 71 | BF | 54 | 29 | 0 | 19 | D1 | 49 | 2B |
| Octal | 36 | 161 | 277 | 124 | 51 | 0 | 31 | 321 | 111 | 53 |
| Binary | 11110 | 1110001 | 10111111 | 1010100 | 101001 | 0 | 11001 | 11010001 | 1001001 | 101011 |
Color Harmonies of #1E71BF
Complementary color
Monochromatic Colors of #1E71BF
Black with #1E71BF
Text Example
Text Example
White with #1E71BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E71BF; }
p { color: rgb(30,113,191); }
H1.HeaderClassName
{
color: #1E71BF;
}
.AnyTagClassName
{
color: #1E71BF;
}
</style>
background-color css
<style>
a { background-color: #1E71BF; }
a { background-color: rgb(30,113,191); }
div.DivClassName
{
background-color: #1E71BF;
}
.BgClassName
{
background-color: #1E71BF;
}
</style>
border-color css
<style>
span { border-color: #1E71BF; }
span { border-color: rgb(30,113,191); }
td.TdClassName
{
border-color: #1E71BF;
}
.TagClassName
{
border-color: #1E71BF;
}
</style>