Shades of Denim #1F70B6
Tints of Denim #1F70B6
RGB
CMYK
RGB Variations
Color information
#1F70B6 (or 0x1F70B6) is known color: Denim. HEX triplet: 1F, 70 and B6. RGB value is (31,112,182). Sum of RGB (Red+Green+Blue) = 31+112+182=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 182 (71.48% from 255 or 56% from 325); Max value from RGB is 182 - color contains mainly: blue. Hex color #1F70B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F70B6 is #E08F49. Grayscale: #5F5F5F. Windows color (decimal): -14716746 or 11956255. OLE color: 11956255.
HSL color Cylindrical-coordinate representation of color #1F70B6: hue angle of 207.81º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F70B6 is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 112 | 182 | - |
| CMYK | 0.83 | 0.38 | 0 | 0.29 |
| HSL | 207.81º | 0.71% | 0.42% | - |
| HSV(B) | 207.81º | 0.83% | 0.71% | - |
| XYZ | 14.8 | 15.26 | 46.42 | - |
| YUV | 95.76 | 176.66 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 182 | 0.83 | 0.38 | 0 | 0.29 | 207.81 | 0.71 | 0.42 |
| Hex | 1F | 70 | B6 | 53 | 26 | 0 | 1D | D0 | 47 | 2A |
| Octal | 37 | 160 | 266 | 123 | 46 | 0 | 35 | 320 | 107 | 52 |
| Binary | 11111 | 1110000 | 10110110 | 1010011 | 100110 | 0 | 11101 | 11010000 | 1000111 | 101010 |
Color Harmonies of #1F70B6
Complementary color
Monochromatic Colors of #1F70B6
Black with #1F70B6
Text Example
Text Example
White with #1F70B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F70B6; }
p { color: rgb(31,112,182); }
H1.HeaderClassName
{
color: #1F70B6;
}
.AnyTagClassName
{
color: #1F70B6;
}
</style>
background-color css
<style>
a { background-color: #1F70B6; }
a { background-color: rgb(31,112,182); }
div.DivClassName
{
background-color: #1F70B6;
}
.BgClassName
{
background-color: #1F70B6;
}
</style>
border-color css
<style>
span { border-color: #1F70B6; }
span { border-color: rgb(31,112,182); }
td.TdClassName
{
border-color: #1F70B6;
}
.TagClassName
{
border-color: #1F70B6;
}
</style>