Shades of Denim #1073BD
Tints of Denim #1073BD
RGB
CMYK
RGB Variations
Color information
#1073BD (or 0x1073BD) is known color: Denim. HEX triplet: 10, 73 and BD. RGB value is (16,115,189). Sum of RGB (Red+Green+Blue) = 16+115+189=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #1073BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1073BD is #EF8C42. Grayscale: #5D5D5D. Windows color (decimal): -15699011 or 12415760. OLE color: 12415760.
HSL color Cylindrical-coordinate representation of color #1073BD: hue angle of 205.66º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1073BD is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 115 | 189 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.26 |
| HSL | 205.66º | 0.84% | 0.4% | - |
| HSV(B) | 205.66º | 0.92% | 0.74% | - |
| XYZ | 15.53 | 16.05 | 50.42 | - |
| YUV | 93.84 | 181.7 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 189 | 0.92 | 0.39 | 0 | 0.26 | 205.66 | 0.84 | 0.4 |
| Hex | 10 | 73 | BD | 5C | 27 | 0 | 1A | CE | 54 | 28 |
| Octal | 20 | 163 | 275 | 134 | 47 | 0 | 32 | 316 | 124 | 50 |
| Binary | 10000 | 1110011 | 10111101 | 1011100 | 100111 | 0 | 11010 | 11001110 | 1010100 | 101000 |
Color Harmonies of #1073BD
Complementary color
Monochromatic Colors of #1073BD
Black with #1073BD
Text Example
Text Example
White with #1073BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1073BD; }
p { color: rgb(16,115,189); }
H1.HeaderClassName
{
color: #1073BD;
}
.AnyTagClassName
{
color: #1073BD;
}
</style>
background-color css
<style>
a { background-color: #1073BD; }
a { background-color: rgb(16,115,189); }
div.DivClassName
{
background-color: #1073BD;
}
.BgClassName
{
background-color: #1073BD;
}
</style>
border-color css
<style>
span { border-color: #1073BD; }
span { border-color: rgb(16,115,189); }
td.TdClassName
{
border-color: #1073BD;
}
.TagClassName
{
border-color: #1073BD;
}
</style>