Shades of Denim #1F6ECF
Tints of Denim #1F6ECF
RGB
CMYK
RGB Variations
Color information
#1F6ECF (or 0x1F6ECF) is known color: Denim. HEX triplet: 1F, 6E and CF. RGB value is (31,110,207). Sum of RGB (Red+Green+Blue) = 31+110+207=348 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.91% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F6ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6ECF is #E09130. Grayscale: #606060. Windows color (decimal): -14717233 or 13594143. OLE color: 13594143.
HSL color Cylindrical-coordinate representation of color #1F6ECF: hue angle of 213.07º 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 #1F6ECF is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 110 | 207 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.19 |
| HSL | 213.07º | 0.74% | 0.47% | - |
| HSV(B) | 213.07º | 0.85% | 0.81% | - |
| XYZ | 17.4 | 15.95 | 61.19 | - |
| YUV | 97.44 | 189.83 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 110 | 207 | 0.85 | 0.47 | 0 | 0.19 | 213.07 | 0.74 | 0.47 |
| Hex | 1F | 6E | CF | 55 | 2F | 0 | 13 | D5 | 4A | 2F |
| Octal | 37 | 156 | 317 | 125 | 57 | 0 | 23 | 325 | 112 | 57 |
| Binary | 11111 | 1101110 | 11001111 | 1010101 | 101111 | 0 | 10011 | 11010101 | 1001010 | 101111 |
Color Harmonies of #1F6ECF
Complementary color
Monochromatic Colors of #1F6ECF
Black with #1F6ECF
Text Example
Text Example
White with #1F6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6ECF; }
p { color: rgb(31,110,207); }
H1.HeaderClassName
{
color: #1F6ECF;
}
.AnyTagClassName
{
color: #1F6ECF;
}
</style>
background-color css
<style>
a { background-color: #1F6ECF; }
a { background-color: rgb(31,110,207); }
div.DivClassName
{
background-color: #1F6ECF;
}
.BgClassName
{
background-color: #1F6ECF;
}
</style>
border-color css
<style>
span { border-color: #1F6ECF; }
span { border-color: rgb(31,110,207); }
td.TdClassName
{
border-color: #1F6ECF;
}
.TagClassName
{
border-color: #1F6ECF;
}
</style>