Shades of Denim #1F6FCD
Tints of Denim #1F6FCD
RGB
CMYK
RGB Variations
Color information
#1F6FCD (or 0x1F6FCD) is known color: Denim. HEX triplet: 1F, 6F and CD. RGB value is (31,111,205). Sum of RGB (Red+Green+Blue) = 31+111+205=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F6FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6FCD is #E09032. Grayscale: #616161. Windows color (decimal): -14716979 or 13463327. OLE color: 13463327.
HSL color Cylindrical-coordinate representation of color #1F6FCD: hue angle of 212.41º 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 #1F6FCD is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 111 | 205 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.20 |
| HSL | 212.41º | 0.74% | 0.46% | - |
| HSV(B) | 212.41º | 0.85% | 0.8% | - |
| XYZ | 17.27 | 16.07 | 59.95 | - |
| YUV | 97.8 | 188.5 | 80.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 111 | 205 | 0.85 | 0.46 | 0 | 0.20 | 212.41 | 0.74 | 0.46 |
| Hex | 1F | 6F | CD | 55 | 2E | 0 | 14 | D4 | 4A | 2E |
| Octal | 37 | 157 | 315 | 125 | 56 | 0 | 24 | 324 | 112 | 56 |
| Binary | 11111 | 1101111 | 11001101 | 1010101 | 101110 | 0 | 10100 | 11010100 | 1001010 | 101110 |
Color Harmonies of #1F6FCD
Complementary color
Monochromatic Colors of #1F6FCD
Black with #1F6FCD
Text Example
Text Example
White with #1F6FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6FCD; }
p { color: rgb(31,111,205); }
H1.HeaderClassName
{
color: #1F6FCD;
}
.AnyTagClassName
{
color: #1F6FCD;
}
</style>
background-color css
<style>
a { background-color: #1F6FCD; }
a { background-color: rgb(31,111,205); }
div.DivClassName
{
background-color: #1F6FCD;
}
.BgClassName
{
background-color: #1F6FCD;
}
</style>
border-color css
<style>
span { border-color: #1F6FCD; }
span { border-color: rgb(31,111,205); }
td.TdClassName
{
border-color: #1F6FCD;
}
.TagClassName
{
border-color: #1F6FCD;
}
</style>