Shades of Denim #1F78BE
Tints of Denim #1F78BE
RGB
CMYK
RGB Variations
Color information
#1F78BE (or 0x1F78BE) is known color: Denim. HEX triplet: 1F, 78 and BE. RGB value is (31,120,190). Sum of RGB (Red+Green+Blue) = 31+120+190=341 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.09% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F78BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F78BE is #E08741. Grayscale: #656565. Windows color (decimal): -14714690 or 12482591. OLE color: 12482591.
HSL color Cylindrical-coordinate representation of color #1F78BE: hue angle of 206.42º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F78BE is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 120 | 190 | - |
| CMYK | 0.84 | 0.37 | 0 | 0.25 |
| HSL | 206.42º | 0.72% | 0.43% | - |
| HSV(B) | 206.42º | 0.84% | 0.75% | - |
| XYZ | 16.58 | 17.44 | 51.21 | - |
| YUV | 101.37 | 178.01 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 190 | 0.84 | 0.37 | 0 | 0.25 | 206.42 | 0.72 | 0.43 |
| Hex | 1F | 78 | BE | 54 | 25 | 0 | 19 | CE | 48 | 2B |
| Octal | 37 | 170 | 276 | 124 | 45 | 0 | 31 | 316 | 110 | 53 |
| Binary | 11111 | 1111000 | 10111110 | 1010100 | 100101 | 0 | 11001 | 11001110 | 1001000 | 101011 |
Color Harmonies of #1F78BE
Complementary color
Monochromatic Colors of #1F78BE
Black with #1F78BE
Text Example
Text Example
White with #1F78BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F78BE; }
p { color: rgb(31,120,190); }
H1.HeaderClassName
{
color: #1F78BE;
}
.AnyTagClassName
{
color: #1F78BE;
}
</style>
background-color css
<style>
a { background-color: #1F78BE; }
a { background-color: rgb(31,120,190); }
div.DivClassName
{
background-color: #1F78BE;
}
.BgClassName
{
background-color: #1F78BE;
}
</style>
border-color css
<style>
span { border-color: #1F78BE; }
span { border-color: rgb(31,120,190); }
td.TdClassName
{
border-color: #1F78BE;
}
.TagClassName
{
border-color: #1F78BE;
}
</style>