Shades of Denim #1F76CE
Tints of Denim #1F76CE
RGB
CMYK
RGB Variations
Color information
#1F76CE (or 0x1F76CE) is known color: Denim. HEX triplet: 1F, 76 and CE. RGB value is (31,118,206). Sum of RGB (Red+Green+Blue) = 31+118+206=355 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.73% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F76CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F76CE is #E08931. Grayscale: #656565. Windows color (decimal): -14715186 or 13530655. OLE color: 13530655.
HSL color Cylindrical-coordinate representation of color #1F76CE: hue angle of 210.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F76CE is Cyan = 0.85, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 118 | 206 | - |
| CMYK | 0.85 | 0.43 | 0 | 0.19 |
| HSL | 210.17º | 0.74% | 0.46% | - |
| HSV(B) | 210.17º | 0.85% | 0.81% | - |
| XYZ | 18.18 | 17.7 | 60.85 | - |
| YUV | 102.02 | 186.68 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 118 | 206 | 0.85 | 0.43 | 0 | 0.19 | 210.17 | 0.74 | 0.46 |
| Hex | 1F | 76 | CE | 55 | 2B | 0 | 13 | D2 | 4A | 2E |
| Octal | 37 | 166 | 316 | 125 | 53 | 0 | 23 | 322 | 112 | 56 |
| Binary | 11111 | 1110110 | 11001110 | 1010101 | 101011 | 0 | 10011 | 11010010 | 1001010 | 101110 |
Color Harmonies of #1F76CE
Complementary color
Monochromatic Colors of #1F76CE
Black with #1F76CE
Text Example
Text Example
White with #1F76CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F76CE; }
p { color: rgb(31,118,206); }
H1.HeaderClassName
{
color: #1F76CE;
}
.AnyTagClassName
{
color: #1F76CE;
}
</style>
background-color css
<style>
a { background-color: #1F76CE; }
a { background-color: rgb(31,118,206); }
div.DivClassName
{
background-color: #1F76CE;
}
.BgClassName
{
background-color: #1F76CE;
}
</style>
border-color css
<style>
span { border-color: #1F76CE; }
span { border-color: rgb(31,118,206); }
td.TdClassName
{
border-color: #1F76CE;
}
.TagClassName
{
border-color: #1F76CE;
}
</style>