Shades of Denim #1F78CE
Tints of Denim #1F78CE
RGB
CMYK
RGB Variations
Color information
#1F78CE (or 0x1F78CE) is known color: Denim. HEX triplet: 1F, 78 and CE. RGB value is (31,120,206). Sum of RGB (Red+Green+Blue) = 31+120+206=357 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.68% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F78CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F78CE is #E08731. Grayscale: #666666. Windows color (decimal): -14714674 or 13531167. OLE color: 13531167.
HSL color Cylindrical-coordinate representation of color #1F78CE: hue angle of 209.49º 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 #1F78CE is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 120 | 206 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.19 |
| HSL | 209.49º | 0.74% | 0.46% | - |
| HSV(B) | 209.49º | 0.85% | 0.81% | - |
| XYZ | 18.42 | 18.18 | 60.93 | - |
| YUV | 103.19 | 186.01 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 206 | 0.85 | 0.42 | 0 | 0.19 | 209.49 | 0.74 | 0.46 |
| Hex | 1F | 78 | CE | 55 | 2A | 0 | 13 | D1 | 4A | 2E |
| Octal | 37 | 170 | 316 | 125 | 52 | 0 | 23 | 321 | 112 | 56 |
| Binary | 11111 | 1111000 | 11001110 | 1010101 | 101010 | 0 | 10011 | 11010001 | 1001010 | 101110 |
Color Harmonies of #1F78CE
Complementary color
Monochromatic Colors of #1F78CE
Black with #1F78CE
Text Example
Text Example
White with #1F78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F78CE; }
p { color: rgb(31,120,206); }
H1.HeaderClassName
{
color: #1F78CE;
}
.AnyTagClassName
{
color: #1F78CE;
}
</style>
background-color css
<style>
a { background-color: #1F78CE; }
a { background-color: rgb(31,120,206); }
div.DivClassName
{
background-color: #1F78CE;
}
.BgClassName
{
background-color: #1F78CE;
}
</style>
border-color css
<style>
span { border-color: #1F78CE; }
span { border-color: rgb(31,120,206); }
td.TdClassName
{
border-color: #1F78CE;
}
.TagClassName
{
border-color: #1F78CE;
}
</style>