Shades of Denim #1E5BAA
Tints of Denim #1E5BAA
RGB
CMYK
RGB Variations
Color information
#1E5BAA (or 0x1E5BAA) is known color: Denim. HEX triplet: 1E, 5B and AA. RGB value is (30,91,170). Sum of RGB (Red+Green+Blue) = 30+91+170=291 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.31% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E5BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5BAA is #E1A455. Grayscale: #515151. Windows color (decimal): -14787670 or 11164446. OLE color: 11164446.
HSL color Cylindrical-coordinate representation of color #1E5BAA: hue angle of 213.86º 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 #1E5BAA is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 91 | 170 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.33 |
| HSL | 213.86º | 0.7% | 0.39% | - |
| HSV(B) | 213.86º | 0.82% | 0.67% | - |
| XYZ | 11.53 | 10.66 | 39.48 | - |
| YUV | 81.77 | 177.79 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 91 | 170 | 0.82 | 0.46 | 0 | 0.33 | 213.86 | 0.7 | 0.39 |
| Hex | 1E | 5B | AA | 52 | 2E | 0 | 21 | D6 | 46 | 27 |
| Octal | 36 | 133 | 252 | 122 | 56 | 0 | 41 | 326 | 106 | 47 |
| Binary | 11110 | 1011011 | 10101010 | 1010010 | 101110 | 0 | 100001 | 11010110 | 1000110 | 100111 |
Color Harmonies of #1E5BAA
Complementary color
Monochromatic Colors of #1E5BAA
Black with #1E5BAA
Text Example
Text Example
White with #1E5BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5BAA; }
p { color: rgb(30,91,170); }
H1.HeaderClassName
{
color: #1E5BAA;
}
.AnyTagClassName
{
color: #1E5BAA;
}
</style>
background-color css
<style>
a { background-color: #1E5BAA; }
a { background-color: rgb(30,91,170); }
div.DivClassName
{
background-color: #1E5BAA;
}
.BgClassName
{
background-color: #1E5BAA;
}
</style>
border-color css
<style>
span { border-color: #1E5BAA; }
span { border-color: rgb(30,91,170); }
td.TdClassName
{
border-color: #1E5BAA;
}
.TagClassName
{
border-color: #1E5BAA;
}
</style>