Shades of Denim #1F5EAE
Tints of Denim #1F5EAE
RGB
CMYK
RGB Variations
Color information
#1F5EAE (or 0x1F5EAE) is known color: Denim. HEX triplet: 1F, 5E and AE. RGB value is (31,94,174). Sum of RGB (Red+Green+Blue) = 31+94+174=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F5EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5EAE is #E0A151. Grayscale: #535353. Windows color (decimal): -14721362 or 11427359. OLE color: 11427359.
HSL color Cylindrical-coordinate representation of color #1F5EAE: hue angle of 213.57º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F5EAE is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 94 | 174 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.32 |
| HSL | 213.57º | 0.7% | 0.4% | - |
| HSV(B) | 213.57º | 0.82% | 0.68% | - |
| XYZ | 12.21 | 11.35 | 41.59 | - |
| YUV | 84.28 | 178.63 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 94 | 174 | 0.82 | 0.46 | 0 | 0.32 | 213.57 | 0.7 | 0.4 |
| Hex | 1F | 5E | AE | 52 | 2E | 0 | 20 | D6 | 46 | 28 |
| Octal | 37 | 136 | 256 | 122 | 56 | 0 | 40 | 326 | 106 | 50 |
| Binary | 11111 | 1011110 | 10101110 | 1010010 | 101110 | 0 | 100000 | 11010110 | 1000110 | 101000 |
Color Harmonies of #1F5EAE
Complementary color
Monochromatic Colors of #1F5EAE
Black with #1F5EAE
Text Example
Text Example
White with #1F5EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5EAE; }
p { color: rgb(31,94,174); }
H1.HeaderClassName
{
color: #1F5EAE;
}
.AnyTagClassName
{
color: #1F5EAE;
}
</style>
background-color css
<style>
a { background-color: #1F5EAE; }
a { background-color: rgb(31,94,174); }
div.DivClassName
{
background-color: #1F5EAE;
}
.BgClassName
{
background-color: #1F5EAE;
}
</style>
border-color css
<style>
span { border-color: #1F5EAE; }
span { border-color: rgb(31,94,174); }
td.TdClassName
{
border-color: #1F5EAE;
}
.TagClassName
{
border-color: #1F5EAE;
}
</style>