Shades of Denim #1E58B1
Tints of Denim #1E58B1
RGB
CMYK
RGB Variations
Color information
#1E58B1 (or 0x1E58B1) is known color: Denim. HEX triplet: 1E, 58 and B1. RGB value is (30,88,177). Sum of RGB (Red+Green+Blue) = 30+88+177=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 177 (69.53% from 255 or 60% from 295); Max value from RGB is 177 - color contains mainly: blue. Hex color #1E58B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E58B1 is #E1A74E. Grayscale: #505050. Windows color (decimal): -14788431 or 11622430. OLE color: 11622430.
HSL color Cylindrical-coordinate representation of color #1E58B1: hue angle of 216.33º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E58B1 is Cyan = 0.83, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 88 | 177 | - |
| CMYK | 0.83 | 0.50 | 0 | 0.31 |
| HSL | 216.33º | 0.71% | 0.41% | - |
| HSV(B) | 216.33º | 0.83% | 0.69% | - |
| XYZ | 11.96 | 10.43 | 42.98 | - |
| YUV | 80.8 | 182.28 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 88 | 177 | 0.83 | 0.50 | 0 | 0.31 | 216.33 | 0.71 | 0.41 |
| Hex | 1E | 58 | B1 | 53 | 32 | 0 | 1F | D8 | 47 | 29 |
| Octal | 36 | 130 | 261 | 123 | 62 | 0 | 37 | 330 | 107 | 51 |
| Binary | 11110 | 1011000 | 10110001 | 1010011 | 110010 | 0 | 11111 | 11011000 | 1000111 | 101001 |
Color Harmonies of #1E58B1
Complementary color
Monochromatic Colors of #1E58B1
Black with #1E58B1
Text Example
Text Example
White with #1E58B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E58B1; }
p { color: rgb(30,88,177); }
H1.HeaderClassName
{
color: #1E58B1;
}
.AnyTagClassName
{
color: #1E58B1;
}
</style>
background-color css
<style>
a { background-color: #1E58B1; }
a { background-color: rgb(30,88,177); }
div.DivClassName
{
background-color: #1E58B1;
}
.BgClassName
{
background-color: #1E58B1;
}
</style>
border-color css
<style>
span { border-color: #1E58B1; }
span { border-color: rgb(30,88,177); }
td.TdClassName
{
border-color: #1E58B1;
}
.TagClassName
{
border-color: #1E58B1;
}
</style>