Shades of Denim #1E61AC
Tints of Denim #1E61AC
RGB
CMYK
RGB Variations
Color information
#1E61AC (or 0x1E61AC) is known color: Denim. HEX triplet: 1E, 61 and AC. RGB value is (30,97,172). Sum of RGB (Red+Green+Blue) = 30+97+172=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E61AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E61AC is #E19E53. Grayscale: #555555. Windows color (decimal): -14786132 or 11297054. OLE color: 11297054.
HSL color Cylindrical-coordinate representation of color #1E61AC: hue angle of 211.69º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E61AC is Cyan = 0.83, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 97 | 172 | - |
| CMYK | 0.83 | 0.44 | 0 | 0.33 |
| HSL | 211.69º | 0.7% | 0.4% | - |
| HSV(B) | 211.69º | 0.83% | 0.67% | - |
| XYZ | 12.26 | 11.8 | 40.66 | - |
| YUV | 85.52 | 176.8 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 97 | 172 | 0.83 | 0.44 | 0 | 0.33 | 211.69 | 0.7 | 0.4 |
| Hex | 1E | 61 | AC | 53 | 2C | 0 | 21 | D4 | 46 | 28 |
| Octal | 36 | 141 | 254 | 123 | 54 | 0 | 41 | 324 | 106 | 50 |
| Binary | 11110 | 1100001 | 10101100 | 1010011 | 101100 | 0 | 100001 | 11010100 | 1000110 | 101000 |
Color Harmonies of #1E61AC
Complementary color
Monochromatic Colors of #1E61AC
Black with #1E61AC
Text Example
Text Example
White with #1E61AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E61AC; }
p { color: rgb(30,97,172); }
H1.HeaderClassName
{
color: #1E61AC;
}
.AnyTagClassName
{
color: #1E61AC;
}
</style>
background-color css
<style>
a { background-color: #1E61AC; }
a { background-color: rgb(30,97,172); }
div.DivClassName
{
background-color: #1E61AC;
}
.BgClassName
{
background-color: #1E61AC;
}
</style>
border-color css
<style>
span { border-color: #1E61AC; }
span { border-color: rgb(30,97,172); }
td.TdClassName
{
border-color: #1E61AC;
}
.TagClassName
{
border-color: #1E61AC;
}
</style>