Shades of Denim #1071B7
Tints of Denim #1071B7
RGB
CMYK
RGB Variations
Color information
#1071B7 (or 0x1071B7) is known color: Denim. HEX triplet: 10, 71 and B7. RGB value is (16,113,183). Sum of RGB (Red+Green+Blue) = 16+113+183=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 183 (71.88% from 255 or 58.65% from 312); Max value from RGB is 183 - color contains mainly: blue. Hex color #1071B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1071B7 is #EF8E48. Grayscale: #5B5B5B. Windows color (decimal): -15699529 or 12022032. OLE color: 12022032.
HSL color Cylindrical-coordinate representation of color #1071B7: hue angle of 205.15º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1071B7 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 113 | 183 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.28 |
| HSL | 205.15º | 0.84% | 0.39% | - |
| HSV(B) | 205.15º | 0.91% | 0.72% | - |
| XYZ | 14.67 | 15.34 | 46.99 | - |
| YUV | 91.98 | 179.36 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 113 | 183 | 0.91 | 0.38 | 0 | 0.28 | 205.15 | 0.84 | 0.39 |
| Hex | 10 | 71 | B7 | 5B | 26 | 0 | 1C | CD | 54 | 27 |
| Octal | 20 | 161 | 267 | 133 | 46 | 0 | 34 | 315 | 124 | 47 |
| Binary | 10000 | 1110001 | 10110111 | 1011011 | 100110 | 0 | 11100 | 11001101 | 1010100 | 100111 |
Color Harmonies of #1071B7
Complementary color
Monochromatic Colors of #1071B7
Black with #1071B7
Text Example
Text Example
White with #1071B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1071B7; }
p { color: rgb(16,113,183); }
H1.HeaderClassName
{
color: #1071B7;
}
.AnyTagClassName
{
color: #1071B7;
}
</style>
background-color css
<style>
a { background-color: #1071B7; }
a { background-color: rgb(16,113,183); }
div.DivClassName
{
background-color: #1071B7;
}
.BgClassName
{
background-color: #1071B7;
}
</style>
border-color css
<style>
span { border-color: #1071B7; }
span { border-color: rgb(16,113,183); }
td.TdClassName
{
border-color: #1071B7;
}
.TagClassName
{
border-color: #1071B7;
}
</style>