Shades of Denim #1F5ECE
Tints of Denim #1F5ECE
RGB
CMYK
RGB Variations
Color information
#1F5ECE (or 0x1F5ECE) is known color: Denim. HEX triplet: 1F, 5E and CE. RGB value is (31,94,206). Sum of RGB (Red+Green+Blue) = 31+94+206=331 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.37% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 206 (80.86% from 255 or 62.24% from 331); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F5ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5ECE is #E0A131. Grayscale: #575757. Windows color (decimal): -14721330 or 13524511. OLE color: 13524511.
HSL color Cylindrical-coordinate representation of color #1F5ECE: hue angle of 218.4º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F5ECE is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 94 | 206 | - |
| CMYK | 0.85 | 0.54 | 0 | 0.19 |
| HSL | 218.4º | 0.74% | 0.46% | - |
| HSV(B) | 218.4º | 0.85% | 0.81% | - |
| XYZ | 15.71 | 12.75 | 60.03 | - |
| YUV | 87.93 | 194.63 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 94 | 206 | 0.85 | 0.54 | 0 | 0.19 | 218.4 | 0.74 | 0.46 |
| Hex | 1F | 5E | CE | 55 | 36 | 0 | 13 | DA | 4A | 2E |
| Octal | 37 | 136 | 316 | 125 | 66 | 0 | 23 | 332 | 112 | 56 |
| Binary | 11111 | 1011110 | 11001110 | 1010101 | 110110 | 0 | 10011 | 11011010 | 1001010 | 101110 |
Color Harmonies of #1F5ECE
Complementary color
Monochromatic Colors of #1F5ECE
Black with #1F5ECE
Text Example
Text Example
White with #1F5ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5ECE; }
p { color: rgb(31,94,206); }
H1.HeaderClassName
{
color: #1F5ECE;
}
.AnyTagClassName
{
color: #1F5ECE;
}
</style>
background-color css
<style>
a { background-color: #1F5ECE; }
a { background-color: rgb(31,94,206); }
div.DivClassName
{
background-color: #1F5ECE;
}
.BgClassName
{
background-color: #1F5ECE;
}
</style>
border-color css
<style>
span { border-color: #1F5ECE; }
span { border-color: rgb(31,94,206); }
td.TdClassName
{
border-color: #1F5ECE;
}
.TagClassName
{
border-color: #1F5ECE;
}
</style>