Shades of Denim #1073BE
Tints of Denim #1073BE
RGB
CMYK
RGB Variations
Color information
#1073BE (or 0x1073BE) is known color: Denim. HEX triplet: 10, 73 and BE. RGB value is (16,115,190). Sum of RGB (Red+Green+Blue) = 16+115+190=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #1073BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1073BE is #EF8C41. Grayscale: #5D5D5D. Windows color (decimal): -15699010 or 12481296. OLE color: 12481296.
HSL color Cylindrical-coordinate representation of color #1073BE: hue angle of 205.86º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1073BE is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 115 | 190 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.25 |
| HSL | 205.86º | 0.84% | 0.4% | - |
| HSV(B) | 205.86º | 0.92% | 0.75% | - |
| XYZ | 15.64 | 16.09 | 51 | - |
| YUV | 93.95 | 182.2 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 190 | 0.92 | 0.39 | 0 | 0.25 | 205.86 | 0.84 | 0.4 |
| Hex | 10 | 73 | BE | 5C | 27 | 0 | 19 | CE | 54 | 28 |
| Octal | 20 | 163 | 276 | 134 | 47 | 0 | 31 | 316 | 124 | 50 |
| Binary | 10000 | 1110011 | 10111110 | 1011100 | 100111 | 0 | 11001 | 11001110 | 1010100 | 101000 |
Color Harmonies of #1073BE
Complementary color
Monochromatic Colors of #1073BE
Black with #1073BE
Text Example
Text Example
White with #1073BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1073BE; }
p { color: rgb(16,115,190); }
H1.HeaderClassName
{
color: #1073BE;
}
.AnyTagClassName
{
color: #1073BE;
}
</style>
background-color css
<style>
a { background-color: #1073BE; }
a { background-color: rgb(16,115,190); }
div.DivClassName
{
background-color: #1073BE;
}
.BgClassName
{
background-color: #1073BE;
}
</style>
border-color css
<style>
span { border-color: #1073BE; }
span { border-color: rgb(16,115,190); }
td.TdClassName
{
border-color: #1073BE;
}
.TagClassName
{
border-color: #1073BE;
}
</style>