Shades of Denim #1F5ECF
Tints of Denim #1F5ECF
RGB
CMYK
RGB Variations
Color information
#1F5ECF (or 0x1F5ECF) is known color: Denim. HEX triplet: 1F, 5E and CF. RGB value is (31,94,207). Sum of RGB (Red+Green+Blue) = 31+94+207=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F5ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F5ECF is #E0A130. Grayscale: #575757. Windows color (decimal): -14721329 or 13590047. OLE color: 13590047.
HSL color Cylindrical-coordinate representation of color #1F5ECF: hue angle of 218.52º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F5ECF is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 94 | 207 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.19 |
| HSL | 218.52º | 0.74% | 0.47% | - |
| HSV(B) | 218.52º | 0.85% | 0.81% | - |
| XYZ | 15.83 | 12.8 | 60.67 | - |
| YUV | 88.05 | 195.13 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 94 | 207 | 0.85 | 0.55 | 0 | 0.19 | 218.52 | 0.74 | 0.47 |
| Hex | 1F | 5E | CF | 55 | 37 | 0 | 13 | DB | 4A | 2F |
| Octal | 37 | 136 | 317 | 125 | 67 | 0 | 23 | 333 | 112 | 57 |
| Binary | 11111 | 1011110 | 11001111 | 1010101 | 110111 | 0 | 10011 | 11011011 | 1001010 | 101111 |
Color Harmonies of #1F5ECF
Complementary color
Monochromatic Colors of #1F5ECF
Black with #1F5ECF
Text Example
Text Example
White with #1F5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5ECF; }
p { color: rgb(31,94,207); }
H1.HeaderClassName
{
color: #1F5ECF;
}
.AnyTagClassName
{
color: #1F5ECF;
}
</style>
background-color css
<style>
a { background-color: #1F5ECF; }
a { background-color: rgb(31,94,207); }
div.DivClassName
{
background-color: #1F5ECF;
}
.BgClassName
{
background-color: #1F5ECF;
}
</style>
border-color css
<style>
span { border-color: #1F5ECF; }
span { border-color: rgb(31,94,207); }
td.TdClassName
{
border-color: #1F5ECF;
}
.TagClassName
{
border-color: #1F5ECF;
}
</style>