Shades of Denim #1F5ECD
Tints of Denim #1F5ECD
RGB
CMYK
RGB Variations
Color information
#1F5ECD (or 0x1F5ECD) is known color: Denim. HEX triplet: 1F, 5E and CD. RGB value is (31,94,205). Sum of RGB (Red+Green+Blue) = 31+94+205=330 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.39% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F5ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5ECD is #E0A132. Grayscale: #575757. Windows color (decimal): -14721331 or 13458975. OLE color: 13458975.
HSL color Cylindrical-coordinate representation of color #1F5ECD: hue angle of 218.28º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F5ECD is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 94 | 205 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.20 |
| HSL | 218.28º | 0.74% | 0.46% | - |
| HSV(B) | 218.28º | 0.85% | 0.8% | - |
| XYZ | 15.59 | 12.7 | 59.39 | - |
| YUV | 87.82 | 194.13 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 94 | 205 | 0.85 | 0.54 | 0 | 0.20 | 218.28 | 0.74 | 0.46 |
| Hex | 1F | 5E | CD | 55 | 36 | 0 | 14 | DA | 4A | 2E |
| Octal | 37 | 136 | 315 | 125 | 66 | 0 | 24 | 332 | 112 | 56 |
| Binary | 11111 | 1011110 | 11001101 | 1010101 | 110110 | 0 | 10100 | 11011010 | 1001010 | 101110 |
Color Harmonies of #1F5ECD
Complementary color
Monochromatic Colors of #1F5ECD
Black with #1F5ECD
Text Example
Text Example
White with #1F5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5ECD; }
p { color: rgb(31,94,205); }
H1.HeaderClassName
{
color: #1F5ECD;
}
.AnyTagClassName
{
color: #1F5ECD;
}
</style>
background-color css
<style>
a { background-color: #1F5ECD; }
a { background-color: rgb(31,94,205); }
div.DivClassName
{
background-color: #1F5ECD;
}
.BgClassName
{
background-color: #1F5ECD;
}
</style>
border-color css
<style>
span { border-color: #1F5ECD; }
span { border-color: rgb(31,94,205); }
td.TdClassName
{
border-color: #1F5ECD;
}
.TagClassName
{
border-color: #1F5ECD;
}
</style>