Shades of Denim #1075BD
Tints of Denim #1075BD
RGB
CMYK
RGB Variations
Color information
#1075BD (or 0x1075BD) is known color: Denim. HEX triplet: 10, 75 and BD. RGB value is (16,117,189). Sum of RGB (Red+Green+Blue) = 16+117+189=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 189 (74.22% from 255 or 58.70% from 322); Max value from RGB is 189 - color contains mainly: blue. Hex color #1075BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1075BD is #EF8A42. Grayscale: #5E5E5E. Windows color (decimal): -15698499 or 12416272. OLE color: 12416272.
HSL color Cylindrical-coordinate representation of color #1075BD: hue angle of 204.97º 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 #1075BD is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 117 | 189 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.26 |
| HSL | 204.97º | 0.84% | 0.4% | - |
| HSV(B) | 204.97º | 0.92% | 0.74% | - |
| XYZ | 15.76 | 16.51 | 50.5 | - |
| YUV | 95.01 | 181.04 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 189 | 0.92 | 0.38 | 0 | 0.26 | 204.97 | 0.84 | 0.4 |
| Hex | 10 | 75 | BD | 5C | 26 | 0 | 1A | CD | 54 | 28 |
| Octal | 20 | 165 | 275 | 134 | 46 | 0 | 32 | 315 | 124 | 50 |
| Binary | 10000 | 1110101 | 10111101 | 1011100 | 100110 | 0 | 11010 | 11001101 | 1010100 | 101000 |
Color Harmonies of #1075BD
Complementary color
Monochromatic Colors of #1075BD
Black with #1075BD
Text Example
Text Example
White with #1075BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1075BD; }
p { color: rgb(16,117,189); }
H1.HeaderClassName
{
color: #1075BD;
}
.AnyTagClassName
{
color: #1075BD;
}
</style>
background-color css
<style>
a { background-color: #1075BD; }
a { background-color: rgb(16,117,189); }
div.DivClassName
{
background-color: #1075BD;
}
.BgClassName
{
background-color: #1075BD;
}
</style>
border-color css
<style>
span { border-color: #1075BD; }
span { border-color: rgb(16,117,189); }
td.TdClassName
{
border-color: #1075BD;
}
.TagClassName
{
border-color: #1075BD;
}
</style>