Shades of Denim #1073B7
Tints of Denim #1073B7
RGB
CMYK
RGB Variations
Color information
#1073B7 (or 0x1073B7) is known color: Denim. HEX triplet: 10, 73 and B7. RGB value is (16,115,183). Sum of RGB (Red+Green+Blue) = 16+115+183=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 183 (71.88% from 255 or 58.28% from 314); Max value from RGB is 183 - color contains mainly: blue. Hex color #1073B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1073B7 is #EF8C48. Grayscale: #5C5C5C. Windows color (decimal): -15699017 or 12022544. OLE color: 12022544.
HSL color Cylindrical-coordinate representation of color #1073B7: hue angle of 204.43º 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 #1073B7 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 115 | 183 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.28 |
| HSL | 204.43º | 0.84% | 0.39% | - |
| HSV(B) | 204.43º | 0.91% | 0.72% | - |
| XYZ | 14.89 | 15.79 | 47.06 | - |
| YUV | 93.15 | 178.7 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 183 | 0.91 | 0.37 | 0 | 0.28 | 204.43 | 0.84 | 0.39 |
| Hex | 10 | 73 | B7 | 5B | 25 | 0 | 1C | CC | 54 | 27 |
| Octal | 20 | 163 | 267 | 133 | 45 | 0 | 34 | 314 | 124 | 47 |
| Binary | 10000 | 1110011 | 10110111 | 1011011 | 100101 | 0 | 11100 | 11001100 | 1010100 | 100111 |
Color Harmonies of #1073B7
Complementary color
Monochromatic Colors of #1073B7
Black with #1073B7
Text Example
Text Example
White with #1073B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1073B7; }
p { color: rgb(16,115,183); }
H1.HeaderClassName
{
color: #1073B7;
}
.AnyTagClassName
{
color: #1073B7;
}
</style>
background-color css
<style>
a { background-color: #1073B7; }
a { background-color: rgb(16,115,183); }
div.DivClassName
{
background-color: #1073B7;
}
.BgClassName
{
background-color: #1073B7;
}
</style>
border-color css
<style>
span { border-color: #1073B7; }
span { border-color: rgb(16,115,183); }
td.TdClassName
{
border-color: #1073B7;
}
.TagClassName
{
border-color: #1073B7;
}
</style>