Shades of Denim #1F71B4
Tints of Denim #1F71B4
RGB
CMYK
RGB Variations
Color information
#1F71B4 (or 0x1F71B4) is known color: Denim. HEX triplet: 1F, 71 and B4. RGB value is (31,113,180). Sum of RGB (Red+Green+Blue) = 31+113+180=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #1F71B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F71B4 is #E08E4B. Grayscale: #5F5F5F. Windows color (decimal): -14716492 or 11825439. OLE color: 11825439.
HSL color Cylindrical-coordinate representation of color #1F71B4: hue angle of 206.98º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F71B4 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 113 | 180 | - |
| CMYK | 0.83 | 0.37 | 0 | 0.29 |
| HSL | 206.98º | 0.71% | 0.41% | - |
| HSV(B) | 206.98º | 0.83% | 0.71% | - |
| XYZ | 14.71 | 15.4 | 45.38 | - |
| YUV | 96.12 | 175.33 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 113 | 180 | 0.83 | 0.37 | 0 | 0.29 | 206.98 | 0.71 | 0.41 |
| Hex | 1F | 71 | B4 | 53 | 25 | 0 | 1D | CF | 47 | 29 |
| Octal | 37 | 161 | 264 | 123 | 45 | 0 | 35 | 317 | 107 | 51 |
| Binary | 11111 | 1110001 | 10110100 | 1010011 | 100101 | 0 | 11101 | 11001111 | 1000111 | 101001 |
Color Harmonies of #1F71B4
Complementary color
Monochromatic Colors of #1F71B4
Black with #1F71B4
Text Example
Text Example
White with #1F71B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F71B4; }
p { color: rgb(31,113,180); }
H1.HeaderClassName
{
color: #1F71B4;
}
.AnyTagClassName
{
color: #1F71B4;
}
</style>
background-color css
<style>
a { background-color: #1F71B4; }
a { background-color: rgb(31,113,180); }
div.DivClassName
{
background-color: #1F71B4;
}
.BgClassName
{
background-color: #1F71B4;
}
</style>
border-color css
<style>
span { border-color: #1F71B4; }
span { border-color: rgb(31,113,180); }
td.TdClassName
{
border-color: #1F71B4;
}
.TagClassName
{
border-color: #1F71B4;
}
</style>