Shades of Denim #1E62AC
Tints of Denim #1E62AC
RGB
CMYK
RGB Variations
Color information
#1E62AC (or 0x1E62AC) is known color: Denim. HEX triplet: 1E, 62 and AC. RGB value is (30,98,172). Sum of RGB (Red+Green+Blue) = 30+98+172=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E62AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E62AC is #E19D53. Grayscale: #555555. Windows color (decimal): -14785876 or 11297310. OLE color: 11297310.
HSL color Cylindrical-coordinate representation of color #1E62AC: hue angle of 211.27º 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 #1E62AC is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 98 | 172 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.33 |
| HSL | 211.27º | 0.7% | 0.4% | - |
| HSV(B) | 211.27º | 0.83% | 0.67% | - |
| XYZ | 12.35 | 11.99 | 40.69 | - |
| YUV | 86.1 | 176.47 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 98 | 172 | 0.83 | 0.43 | 0 | 0.33 | 211.27 | 0.7 | 0.4 |
| Hex | 1E | 62 | AC | 53 | 2B | 0 | 21 | D3 | 46 | 28 |
| Octal | 36 | 142 | 254 | 123 | 53 | 0 | 41 | 323 | 106 | 50 |
| Binary | 11110 | 1100010 | 10101100 | 1010011 | 101011 | 0 | 100001 | 11010011 | 1000110 | 101000 |
Color Harmonies of #1E62AC
Complementary color
Monochromatic Colors of #1E62AC
Black with #1E62AC
Text Example
Text Example
White with #1E62AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E62AC; }
p { color: rgb(30,98,172); }
H1.HeaderClassName
{
color: #1E62AC;
}
.AnyTagClassName
{
color: #1E62AC;
}
</style>
background-color css
<style>
a { background-color: #1E62AC; }
a { background-color: rgb(30,98,172); }
div.DivClassName
{
background-color: #1E62AC;
}
.BgClassName
{
background-color: #1E62AC;
}
</style>
border-color css
<style>
span { border-color: #1E62AC; }
span { border-color: rgb(30,98,172); }
td.TdClassName
{
border-color: #1E62AC;
}
.TagClassName
{
border-color: #1E62AC;
}
</style>