Shades of Denim #1F71BC
Tints of Denim #1F71BC
RGB
CMYK
RGB Variations
Color information
#1F71BC (or 0x1F71BC) is known color: Denim. HEX triplet: 1F, 71 and BC. RGB value is (31,113,188). Sum of RGB (Red+Green+Blue) = 31+113+188=332 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.34% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F71BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F71BC is #E08E43. Grayscale: #606060. Windows color (decimal): -14716484 or 12349727. OLE color: 12349727.
HSL color Cylindrical-coordinate representation of color #1F71BC: hue angle of 208.66º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F71BC is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 113 | 188 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.26 |
| HSL | 208.66º | 0.72% | 0.43% | - |
| HSV(B) | 208.66º | 0.84% | 0.74% | - |
| XYZ | 15.55 | 15.73 | 49.79 | - |
| YUV | 97.03 | 179.33 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 188 | 0.84 | 0.40 | 0 | 0.26 | 208.66 | 0.72 | 0.43 |
| Hex | 1F | 71 | BC | 54 | 28 | 0 | 1A | D1 | 48 | 2B |
| Octal | 37 | 161 | 274 | 124 | 50 | 0 | 32 | 321 | 110 | 53 |
| Binary | 11111 | 1110001 | 10111100 | 1010100 | 101000 | 0 | 11010 | 11010001 | 1001000 | 101011 |
Color Harmonies of #1F71BC
Complementary color
Monochromatic Colors of #1F71BC
Black with #1F71BC
Text Example
Text Example
White with #1F71BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F71BC; }
p { color: rgb(31,113,188); }
H1.HeaderClassName
{
color: #1F71BC;
}
.AnyTagClassName
{
color: #1F71BC;
}
</style>
background-color css
<style>
a { background-color: #1F71BC; }
a { background-color: rgb(31,113,188); }
div.DivClassName
{
background-color: #1F71BC;
}
.BgClassName
{
background-color: #1F71BC;
}
</style>
border-color css
<style>
span { border-color: #1F71BC; }
span { border-color: rgb(31,113,188); }
td.TdClassName
{
border-color: #1F71BC;
}
.TagClassName
{
border-color: #1F71BC;
}
</style>