Shades of Denim #1E75BA
Tints of Denim #1E75BA
RGB
CMYK
RGB Variations
Color information
#1E75BA (or 0x1E75BA) is known color: Denim. HEX triplet: 1E, 75 and BA. RGB value is (30,117,186). Sum of RGB (Red+Green+Blue) = 30+117+186=333 (44% of max value = 765). Red value is 30 (12.11% from 255 or 9.01% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E75BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E75BA is #E18A45. Grayscale: #626262. Windows color (decimal): -14780998 or 12219678. OLE color: 12219678.
HSL color Cylindrical-coordinate representation of color #1E75BA: hue angle of 206.54º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E75BA is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 117 | 186 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.27 |
| HSL | 206.54º | 0.72% | 0.42% | - |
| HSV(B) | 206.54º | 0.84% | 0.73% | - |
| XYZ | 15.76 | 16.54 | 48.82 | - |
| YUV | 98.85 | 177.18 | 78.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 117 | 186 | 0.84 | 0.37 | 0 | 0.27 | 206.54 | 0.72 | 0.42 |
| Hex | 1E | 75 | BA | 54 | 25 | 0 | 1B | CF | 48 | 2A |
| Octal | 36 | 165 | 272 | 124 | 45 | 0 | 33 | 317 | 110 | 52 |
| Binary | 11110 | 1110101 | 10111010 | 1010100 | 100101 | 0 | 11011 | 11001111 | 1001000 | 101010 |
Color Harmonies of #1E75BA
Complementary color
Monochromatic Colors of #1E75BA
Black with #1E75BA
Text Example
Text Example
White with #1E75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E75BA; }
p { color: rgb(30,117,186); }
H1.HeaderClassName
{
color: #1E75BA;
}
.AnyTagClassName
{
color: #1E75BA;
}
</style>
background-color css
<style>
a { background-color: #1E75BA; }
a { background-color: rgb(30,117,186); }
div.DivClassName
{
background-color: #1E75BA;
}
.BgClassName
{
background-color: #1E75BA;
}
</style>
border-color css
<style>
span { border-color: #1E75BA; }
span { border-color: rgb(30,117,186); }
td.TdClassName
{
border-color: #1E75BA;
}
.TagClassName
{
border-color: #1E75BA;
}
</style>