Shades of Denim #1069BF
Tints of Denim #1069BF
RGB
CMYK
RGB Variations
Color information
#1069BF (or 0x1069BF) is known color: Denim. HEX triplet: 10, 69 and BF. RGB value is (16,105,191). Sum of RGB (Red+Green+Blue) = 16+105+191=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #1069BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1069BF is #EF9640. Grayscale: #575757. Windows color (decimal): -15701569 or 12544272. OLE color: 12544272.
HSL color Cylindrical-coordinate representation of color #1069BF: hue angle of 209.49º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1069BF is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 16 | 105 | 191 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.25 |
| HSL | 209.49º | 0.85% | 0.41% | - |
| HSV(B) | 209.49º | 0.92% | 0.75% | - |
| XYZ | 14.67 | 13.97 | 51.21 | - |
| YUV | 88.19 | 186.01 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 191 | 0.92 | 0.45 | 0 | 0.25 | 209.49 | 0.85 | 0.41 |
| Hex | 10 | 69 | BF | 5C | 2D | 0 | 19 | D1 | 55 | 29 |
| Octal | 20 | 151 | 277 | 134 | 55 | 0 | 31 | 321 | 125 | 51 |
| Binary | 10000 | 1101001 | 10111111 | 1011100 | 101101 | 0 | 11001 | 11010001 | 1010101 | 101001 |
Color Harmonies of #1069BF
Complementary color
Monochromatic Colors of #1069BF
Black with #1069BF
Text Example
Text Example
White with #1069BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1069BF; }
p { color: rgb(16,105,191); }
H1.HeaderClassName
{
color: #1069BF;
}
.AnyTagClassName
{
color: #1069BF;
}
</style>
background-color css
<style>
a { background-color: #1069BF; }
a { background-color: rgb(16,105,191); }
div.DivClassName
{
background-color: #1069BF;
}
.BgClassName
{
background-color: #1069BF;
}
</style>
border-color css
<style>
span { border-color: #1069BF; }
span { border-color: rgb(16,105,191); }
td.TdClassName
{
border-color: #1069BF;
}
.TagClassName
{
border-color: #1069BF;
}
</style>