Shades of Denim #1F70BE
Tints of Denim #1F70BE
RGB
CMYK
RGB Variations
Color information
#1F70BE (or 0x1F70BE) is known color: Denim. HEX triplet: 1F, 70 and BE. RGB value is (31,112,190). Sum of RGB (Red+Green+Blue) = 31+112+190=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F70BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F70BE is #E08F41. Grayscale: #606060. Windows color (decimal): -14716738 or 12480543. OLE color: 12480543.
HSL color Cylindrical-coordinate representation of color #1F70BE: hue angle of 209.43º 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 #1F70BE is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 112 | 190 | - |
| CMYK | 0.84 | 0.41 | 0 | 0.25 |
| HSL | 209.43º | 0.72% | 0.43% | - |
| HSV(B) | 209.43º | 0.84% | 0.75% | - |
| XYZ | 15.65 | 15.6 | 50.9 | - |
| YUV | 96.67 | 180.66 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 190 | 0.84 | 0.41 | 0 | 0.25 | 209.43 | 0.72 | 0.43 |
| Hex | 1F | 70 | BE | 54 | 29 | 0 | 19 | D1 | 48 | 2B |
| Octal | 37 | 160 | 276 | 124 | 51 | 0 | 31 | 321 | 110 | 53 |
| Binary | 11111 | 1110000 | 10111110 | 1010100 | 101001 | 0 | 11001 | 11010001 | 1001000 | 101011 |
Color Harmonies of #1F70BE
Complementary color
Monochromatic Colors of #1F70BE
Black with #1F70BE
Text Example
Text Example
White with #1F70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F70BE; }
p { color: rgb(31,112,190); }
H1.HeaderClassName
{
color: #1F70BE;
}
.AnyTagClassName
{
color: #1F70BE;
}
</style>
background-color css
<style>
a { background-color: #1F70BE; }
a { background-color: rgb(31,112,190); }
div.DivClassName
{
background-color: #1F70BE;
}
.BgClassName
{
background-color: #1F70BE;
}
</style>
border-color css
<style>
span { border-color: #1F70BE; }
span { border-color: rgb(31,112,190); }
td.TdClassName
{
border-color: #1F70BE;
}
.TagClassName
{
border-color: #1F70BE;
}
</style>