Shades of Denim #1F76CF
Tints of Denim #1F76CF
RGB
CMYK
RGB Variations
Color information
#1F76CF (or 0x1F76CF) is known color: Denim. HEX triplet: 1F, 76 and CF. RGB value is (31,118,207). Sum of RGB (Red+Green+Blue) = 31+118+207=356 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.71% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F76CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F76CF is #E08930. Grayscale: #656565. Windows color (decimal): -14715185 or 13596191. OLE color: 13596191.
HSL color Cylindrical-coordinate representation of color #1F76CF: hue angle of 210.34º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F76CF is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 118 | 207 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.19 |
| HSL | 210.34º | 0.74% | 0.47% | - |
| HSV(B) | 210.34º | 0.85% | 0.81% | - |
| XYZ | 18.31 | 17.75 | 61.49 | - |
| YUV | 102.13 | 187.18 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 207 | 0.85 | 0.43 | 0 | 0.19 | 210.34 | 0.74 | 0.47 |
| Hex | 1F | 76 | CF | 55 | 2B | 0 | 13 | D2 | 4A | 2F |
| Octal | 37 | 166 | 317 | 125 | 53 | 0 | 23 | 322 | 112 | 57 |
| Binary | 11111 | 1110110 | 11001111 | 1010101 | 101011 | 0 | 10011 | 11010010 | 1001010 | 101111 |
Color Harmonies of #1F76CF
Complementary color
Monochromatic Colors of #1F76CF
Black with #1F76CF
Text Example
Text Example
White with #1F76CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F76CF; }
p { color: rgb(31,118,207); }
H1.HeaderClassName
{
color: #1F76CF;
}
.AnyTagClassName
{
color: #1F76CF;
}
</style>
background-color css
<style>
a { background-color: #1F76CF; }
a { background-color: rgb(31,118,207); }
div.DivClassName
{
background-color: #1F76CF;
}
.BgClassName
{
background-color: #1F76CF;
}
</style>
border-color css
<style>
span { border-color: #1F76CF; }
span { border-color: rgb(31,118,207); }
td.TdClassName
{
border-color: #1F76CF;
}
.TagClassName
{
border-color: #1F76CF;
}
</style>