Shades of Denim #1068BD
Tints of Denim #1068BD
RGB
CMYK
RGB Variations
Color information
#1068BD (or 0x1068BD) is known color: Denim. HEX triplet: 10, 68 and BD. RGB value is (16,104,189). Sum of RGB (Red+Green+Blue) = 16+104+189=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #1068BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1068BD is #EF9742. Grayscale: #565656. Windows color (decimal): -15701827 or 12412944. OLE color: 12412944.
HSL color Cylindrical-coordinate representation of color #1068BD: hue angle of 209.48º 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 #1068BD is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 104 | 189 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.26 |
| HSL | 209.48º | 0.84% | 0.4% | - |
| HSV(B) | 209.48º | 0.92% | 0.74% | - |
| XYZ | 14.35 | 13.68 | 50.03 | - |
| YUV | 87.38 | 185.35 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 104 | 189 | 0.92 | 0.45 | 0 | 0.26 | 209.48 | 0.84 | 0.4 |
| Hex | 10 | 68 | BD | 5C | 2D | 0 | 1A | D1 | 54 | 28 |
| Octal | 20 | 150 | 275 | 134 | 55 | 0 | 32 | 321 | 124 | 50 |
| Binary | 10000 | 1101000 | 10111101 | 1011100 | 101101 | 0 | 11010 | 11010001 | 1010100 | 101000 |
Color Harmonies of #1068BD
Complementary color
Monochromatic Colors of #1068BD
Black with #1068BD
Text Example
Text Example
White with #1068BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1068BD; }
p { color: rgb(16,104,189); }
H1.HeaderClassName
{
color: #1068BD;
}
.AnyTagClassName
{
color: #1068BD;
}
</style>
background-color css
<style>
a { background-color: #1068BD; }
a { background-color: rgb(16,104,189); }
div.DivClassName
{
background-color: #1068BD;
}
.BgClassName
{
background-color: #1068BD;
}
</style>
border-color css
<style>
span { border-color: #1068BD; }
span { border-color: rgb(16,104,189); }
td.TdClassName
{
border-color: #1068BD;
}
.TagClassName
{
border-color: #1068BD;
}
</style>