Shades of Denim #1E62BA
Tints of Denim #1E62BA
RGB
CMYK
RGB Variations
Color information
#1E62BA (or 0x1E62BA) is known color: Denim. HEX triplet: 1E, 62 and BA. RGB value is (30,98,186). Sum of RGB (Red+Green+Blue) = 30+98+186=314 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.55% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E62BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E62BA is #E19D45. Grayscale: #575757. Windows color (decimal): -14785862 or 12214814. OLE color: 12214814.
HSL color Cylindrical-coordinate representation of color #1E62BA: hue angle of 213.85º 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 #1E62BA is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 30 | 98 | 186 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.27 |
| HSL | 213.85º | 0.72% | 0.42% | - |
| HSV(B) | 213.85º | 0.84% | 0.73% | - |
| XYZ | 13.77 | 12.56 | 48.15 | - |
| YUV | 87.7 | 183.47 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 98 | 186 | 0.84 | 0.47 | 0 | 0.27 | 213.85 | 0.72 | 0.42 |
| Hex | 1E | 62 | BA | 54 | 2F | 0 | 1B | D6 | 48 | 2A |
| Octal | 36 | 142 | 272 | 124 | 57 | 0 | 33 | 326 | 110 | 52 |
| Binary | 11110 | 1100010 | 10111010 | 1010100 | 101111 | 0 | 11011 | 11010110 | 1001000 | 101010 |
Color Harmonies of #1E62BA
Complementary color
Monochromatic Colors of #1E62BA
Black with #1E62BA
Text Example
Text Example
White with #1E62BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E62BA; }
p { color: rgb(30,98,186); }
H1.HeaderClassName
{
color: #1E62BA;
}
.AnyTagClassName
{
color: #1E62BA;
}
</style>
background-color css
<style>
a { background-color: #1E62BA; }
a { background-color: rgb(30,98,186); }
div.DivClassName
{
background-color: #1E62BA;
}
.BgClassName
{
background-color: #1E62BA;
}
</style>
border-color css
<style>
span { border-color: #1E62BA; }
span { border-color: rgb(30,98,186); }
td.TdClassName
{
border-color: #1E62BA;
}
.TagClassName
{
border-color: #1E62BA;
}
</style>