Shades of Denim #1F71CC
Tints of Denim #1F71CC
RGB
CMYK
RGB Variations
Color information
#1F71CC (or 0x1F71CC) is known color: Denim. HEX triplet: 1F, 71 and CC. RGB value is (31,113,204). Sum of RGB (Red+Green+Blue) = 31+113+204=348 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.91% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F71CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F71CC is #E08E33. Grayscale: #626262. Windows color (decimal): -14716468 or 13398303. OLE color: 13398303.
HSL color Cylindrical-coordinate representation of color #1F71CC: hue angle of 211.56º 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 #1F71CC is Cyan = 0.85, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 113 | 204 | - |
| CMYK | 0.85 | 0.45 | 0 | 0.2 |
| HSL | 211.56º | 0.74% | 0.46% | - |
| HSV(B) | 211.56º | 0.85% | 0.8% | - |
| XYZ | 17.37 | 16.46 | 59.39 | - |
| YUV | 98.86 | 187.33 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 204 | 0.85 | 0.45 | 0 | 0.2 | 211.56 | 0.74 | 0.46 |
| Hex | 1F | 71 | CC | 55 | 2D | 0 | 14 | D4 | 4A | 2E |
| Octal | 37 | 161 | 314 | 125 | 55 | 0 | 24 | 324 | 112 | 56 |
| Binary | 11111 | 1110001 | 11001100 | 1010101 | 101101 | 0 | 10100 | 11010100 | 1001010 | 101110 |
Color Harmonies of #1F71CC
Complementary color
Monochromatic Colors of #1F71CC
Black with #1F71CC
Text Example
Text Example
White with #1F71CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F71CC; }
p { color: rgb(31,113,204); }
H1.HeaderClassName
{
color: #1F71CC;
}
.AnyTagClassName
{
color: #1F71CC;
}
</style>
background-color css
<style>
a { background-color: #1F71CC; }
a { background-color: rgb(31,113,204); }
div.DivClassName
{
background-color: #1F71CC;
}
.BgClassName
{
background-color: #1F71CC;
}
</style>
border-color css
<style>
span { border-color: #1F71CC; }
span { border-color: rgb(31,113,204); }
td.TdClassName
{
border-color: #1F71CC;
}
.TagClassName
{
border-color: #1F71CC;
}
</style>