Shades of Denim #1F6ECC
Tints of Denim #1F6ECC
RGB
CMYK
RGB Variations
Color information
#1F6ECC (or 0x1F6ECC) is known color: Denim. HEX triplet: 1F, 6E and CC. RGB value is (31,110,204). Sum of RGB (Red+Green+Blue) = 31+110+204=345 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.99% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F6ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6ECC is #E09133. Grayscale: #606060. Windows color (decimal): -14717236 or 13397535. OLE color: 13397535.
HSL color Cylindrical-coordinate representation of color #1F6ECC: hue angle of 212.6º 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 #1F6ECC is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 110 | 204 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.2 |
| HSL | 212.6º | 0.74% | 0.46% | - |
| HSV(B) | 212.6º | 0.85% | 0.8% | - |
| XYZ | 17.04 | 15.8 | 59.28 | - |
| YUV | 97.1 | 188.33 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 110 | 204 | 0.85 | 0.46 | 0 | 0.2 | 212.6 | 0.74 | 0.46 |
| Hex | 1F | 6E | CC | 55 | 2E | 0 | 14 | D5 | 4A | 2E |
| Octal | 37 | 156 | 314 | 125 | 56 | 0 | 24 | 325 | 112 | 56 |
| Binary | 11111 | 1101110 | 11001100 | 1010101 | 101110 | 0 | 10100 | 11010101 | 1001010 | 101110 |
Color Harmonies of #1F6ECC
Complementary color
Monochromatic Colors of #1F6ECC
Black with #1F6ECC
Text Example
Text Example
White with #1F6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6ECC; }
p { color: rgb(31,110,204); }
H1.HeaderClassName
{
color: #1F6ECC;
}
.AnyTagClassName
{
color: #1F6ECC;
}
</style>
background-color css
<style>
a { background-color: #1F6ECC; }
a { background-color: rgb(31,110,204); }
div.DivClassName
{
background-color: #1F6ECC;
}
.BgClassName
{
background-color: #1F6ECC;
}
</style>
border-color css
<style>
span { border-color: #1F6ECC; }
span { border-color: rgb(31,110,204); }
td.TdClassName
{
border-color: #1F6ECC;
}
.TagClassName
{
border-color: #1F6ECC;
}
</style>