Shades of Denim #1F71D1
Tints of Denim #1F71D1
RGB
CMYK
RGB Variations
Color information
#1F71D1 (or 0x1F71D1) is known color: Denim. HEX triplet: 1F, 71 and D1. RGB value is (31,113,209). Sum of RGB (Red+Green+Blue) = 31+113+209=353 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.78% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 209 (82.03% from 255 or 59.21% from 353); Max value from RGB is 209 - color contains mainly: blue. Hex color #1F71D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F71D1 is #E08E2E. Grayscale: #626262. Windows color (decimal): -14716463 or 13725983. OLE color: 13725983.
HSL color Cylindrical-coordinate representation of color #1F71D1: hue angle of 212.36º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F71D1 is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 113 | 209 | - |
| CMYK | 0.85 | 0.46 | 0 | 0.18 |
| HSL | 212.36º | 0.74% | 0.47% | - |
| HSV(B) | 212.36º | 0.85% | 0.82% | - |
| XYZ | 17.98 | 16.71 | 62.6 | - |
| YUV | 99.43 | 189.83 | 79.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 209 | 0.85 | 0.46 | 0 | 0.18 | 212.36 | 0.74 | 0.47 |
| Hex | 1F | 71 | D1 | 55 | 2E | 0 | 12 | D4 | 4A | 2F |
| Octal | 37 | 161 | 321 | 125 | 56 | 0 | 22 | 324 | 112 | 57 |
| Binary | 11111 | 1110001 | 11010001 | 1010101 | 101110 | 0 | 10010 | 11010100 | 1001010 | 101111 |
Color Harmonies of #1F71D1
Complementary color
Monochromatic Colors of #1F71D1
Black with #1F71D1
Text Example
Text Example
White with #1F71D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F71D1; }
p { color: rgb(31,113,209); }
H1.HeaderClassName
{
color: #1F71D1;
}
.AnyTagClassName
{
color: #1F71D1;
}
</style>
background-color css
<style>
a { background-color: #1F71D1; }
a { background-color: rgb(31,113,209); }
div.DivClassName
{
background-color: #1F71D1;
}
.BgClassName
{
background-color: #1F71D1;
}
</style>
border-color css
<style>
span { border-color: #1F71D1; }
span { border-color: rgb(31,113,209); }
td.TdClassName
{
border-color: #1F71D1;
}
.TagClassName
{
border-color: #1F71D1;
}
</style>