Shades of Denim #1E5FAF
Tints of Denim #1E5FAF
RGB
CMYK
RGB Variations
Color information
#1E5FAF (or 0x1E5FAF) is known color: Denim. HEX triplet: 1E, 5F and AF. RGB value is (30,95,175). Sum of RGB (Red+Green+Blue) = 30+95+175=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E5FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1E5FAF is #E1A050. Grayscale: #545454. Windows color (decimal): -14786641 or 11493150. OLE color: 11493150.
HSL color Cylindrical-coordinate representation of color #1E5FAF: hue angle of 213.1º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E5FAF is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 95 | 175 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.31 |
| HSL | 213.1º | 0.71% | 0.4% | - |
| HSV(B) | 213.1º | 0.83% | 0.69% | - |
| XYZ | 12.37 | 11.56 | 42.14 | - |
| YUV | 84.69 | 178.97 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 95 | 175 | 0.83 | 0.46 | 0 | 0.31 | 213.1 | 0.71 | 0.4 |
| Hex | 1E | 5F | AF | 53 | 2E | 0 | 1F | D5 | 47 | 28 |
| Octal | 36 | 137 | 257 | 123 | 56 | 0 | 37 | 325 | 107 | 50 |
| Binary | 11110 | 1011111 | 10101111 | 1010011 | 101110 | 0 | 11111 | 11010101 | 1000111 | 101000 |
Color Harmonies of #1E5FAF
Complementary color
Monochromatic Colors of #1E5FAF
Black with #1E5FAF
Text Example
Text Example
White with #1E5FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5FAF; }
p { color: rgb(30,95,175); }
H1.HeaderClassName
{
color: #1E5FAF;
}
.AnyTagClassName
{
color: #1E5FAF;
}
</style>
background-color css
<style>
a { background-color: #1E5FAF; }
a { background-color: rgb(30,95,175); }
div.DivClassName
{
background-color: #1E5FAF;
}
.BgClassName
{
background-color: #1E5FAF;
}
</style>
border-color css
<style>
span { border-color: #1E5FAF; }
span { border-color: rgb(30,95,175); }
td.TdClassName
{
border-color: #1E5FAF;
}
.TagClassName
{
border-color: #1E5FAF;
}
</style>