Shades of Denim #1E5FAB
Tints of Denim #1E5FAB
RGB
CMYK
RGB Variations
Color information
#1E5FAB (or 0x1E5FAB) is known color: Denim. HEX triplet: 1E, 5F and AB. RGB value is (30,95,171). Sum of RGB (Red+Green+Blue) = 30+95+171=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E5FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5FAB is #E1A054. Grayscale: #535353. Windows color (decimal): -14786645 or 11231006. OLE color: 11231006.
HSL color Cylindrical-coordinate representation of color #1E5FAB: hue angle of 212.34º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E5FAB is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 95 | 171 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.33 |
| HSL | 212.34º | 0.7% | 0.39% | - |
| HSV(B) | 212.34º | 0.82% | 0.67% | - |
| XYZ | 11.98 | 11.4 | 40.1 | - |
| YUV | 84.23 | 176.97 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 95 | 171 | 0.82 | 0.44 | 0 | 0.33 | 212.34 | 0.7 | 0.39 |
| Hex | 1E | 5F | AB | 52 | 2C | 0 | 21 | D4 | 46 | 27 |
| Octal | 36 | 137 | 253 | 122 | 54 | 0 | 41 | 324 | 106 | 47 |
| Binary | 11110 | 1011111 | 10101011 | 1010010 | 101100 | 0 | 100001 | 11010100 | 1000110 | 100111 |
Color Harmonies of #1E5FAB
Complementary color
Monochromatic Colors of #1E5FAB
Black with #1E5FAB
Text Example
Text Example
White with #1E5FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5FAB; }
p { color: rgb(30,95,171); }
H1.HeaderClassName
{
color: #1E5FAB;
}
.AnyTagClassName
{
color: #1E5FAB;
}
</style>
background-color css
<style>
a { background-color: #1E5FAB; }
a { background-color: rgb(30,95,171); }
div.DivClassName
{
background-color: #1E5FAB;
}
.BgClassName
{
background-color: #1E5FAB;
}
</style>
border-color css
<style>
span { border-color: #1E5FAB; }
span { border-color: rgb(30,95,171); }
td.TdClassName
{
border-color: #1E5FAB;
}
.TagClassName
{
border-color: #1E5FAB;
}
</style>