Shades of Denim #1E63AC
Tints of Denim #1E63AC
RGB
CMYK
RGB Variations
Color information
#1E63AC (or 0x1E63AC) is known color: Denim. HEX triplet: 1E, 63 and AC. RGB value is (30,99,172). Sum of RGB (Red+Green+Blue) = 30+99+172=301 (39% of max value = 765). Red value is 30 (12.11% from 255 or 9.97% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E63AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E63AC is #E19C53. Grayscale: #565656. Windows color (decimal): -14785620 or 11297566. OLE color: 11297566.
HSL color Cylindrical-coordinate representation of color #1E63AC: hue angle of 210.85º 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 #1E63AC is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 99 | 172 | - |
| CMYK | 0.83 | 0.42 | 0 | 0.33 |
| HSL | 210.85º | 0.7% | 0.4% | - |
| HSV(B) | 210.85º | 0.83% | 0.67% | - |
| XYZ | 12.44 | 12.18 | 40.72 | - |
| YUV | 86.69 | 176.14 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 99 | 172 | 0.83 | 0.42 | 0 | 0.33 | 210.85 | 0.7 | 0.4 |
| Hex | 1E | 63 | AC | 53 | 2A | 0 | 21 | D3 | 46 | 28 |
| Octal | 36 | 143 | 254 | 123 | 52 | 0 | 41 | 323 | 106 | 50 |
| Binary | 11110 | 1100011 | 10101100 | 1010011 | 101010 | 0 | 100001 | 11010011 | 1000110 | 101000 |
Color Harmonies of #1E63AC
Complementary color
Monochromatic Colors of #1E63AC
Black with #1E63AC
Text Example
Text Example
White with #1E63AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E63AC; }
p { color: rgb(30,99,172); }
H1.HeaderClassName
{
color: #1E63AC;
}
.AnyTagClassName
{
color: #1E63AC;
}
</style>
background-color css
<style>
a { background-color: #1E63AC; }
a { background-color: rgb(30,99,172); }
div.DivClassName
{
background-color: #1E63AC;
}
.BgClassName
{
background-color: #1E63AC;
}
</style>
border-color css
<style>
span { border-color: #1E63AC; }
span { border-color: rgb(30,99,172); }
td.TdClassName
{
border-color: #1E63AC;
}
.TagClassName
{
border-color: #1E63AC;
}
</style>