Shades of Denim #1F74CE
Tints of Denim #1F74CE
RGB
CMYK
RGB Variations
Color information
#1F74CE (or 0x1F74CE) is known color: Denim. HEX triplet: 1F, 74 and CE. RGB value is (31,116,206). Sum of RGB (Red+Green+Blue) = 31+116+206=353 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.78% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F74CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F74CE is #E08B31. Grayscale: #646464. Windows color (decimal): -14715698 or 13530143. OLE color: 13530143.
HSL color Cylindrical-coordinate representation of color #1F74CE: hue angle of 210.86º 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 #1F74CE is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 116 | 206 | - |
| CMYK | 0.85 | 0.44 | 0 | 0.19 |
| HSL | 210.86º | 0.74% | 0.46% | - |
| HSV(B) | 210.86º | 0.85% | 0.81% | - |
| XYZ | 17.95 | 17.24 | 60.77 | - |
| YUV | 100.85 | 187.34 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 116 | 206 | 0.85 | 0.44 | 0 | 0.19 | 210.86 | 0.74 | 0.46 |
| Hex | 1F | 74 | CE | 55 | 2C | 0 | 13 | D3 | 4A | 2E |
| Octal | 37 | 164 | 316 | 125 | 54 | 0 | 23 | 323 | 112 | 56 |
| Binary | 11111 | 1110100 | 11001110 | 1010101 | 101100 | 0 | 10011 | 11010011 | 1001010 | 101110 |
Color Harmonies of #1F74CE
Complementary color
Monochromatic Colors of #1F74CE
Black with #1F74CE
Text Example
Text Example
White with #1F74CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F74CE; }
p { color: rgb(31,116,206); }
H1.HeaderClassName
{
color: #1F74CE;
}
.AnyTagClassName
{
color: #1F74CE;
}
</style>
background-color css
<style>
a { background-color: #1F74CE; }
a { background-color: rgb(31,116,206); }
div.DivClassName
{
background-color: #1F74CE;
}
.BgClassName
{
background-color: #1F74CE;
}
</style>
border-color css
<style>
span { border-color: #1F74CE; }
span { border-color: rgb(31,116,206); }
td.TdClassName
{
border-color: #1F74CE;
}
.TagClassName
{
border-color: #1F74CE;
}
</style>