Shades of Denim #1069AE
Tints of Denim #1069AE
RGB
CMYK
RGB Variations
Color information
#1069AE (or 0x1069AE) is known color: Denim. HEX triplet: 10, 69 and AE. RGB value is (16,105,174). Sum of RGB (Red+Green+Blue) = 16+105+174=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #1069AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1069AE is #EF9651. Grayscale: #555555. Windows color (decimal): -15701586 or 11430160. OLE color: 11430160.
HSL color Cylindrical-coordinate representation of color #1069AE: hue angle of 206.2º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1069AE is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 105 | 174 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.32 |
| HSL | 206.2º | 0.83% | 0.37% | - |
| HSV(B) | 206.2º | 0.91% | 0.68% | - |
| XYZ | 12.91 | 13.27 | 41.93 | - |
| YUV | 86.26 | 177.51 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 174 | 0.91 | 0.40 | 0 | 0.32 | 206.2 | 0.83 | 0.37 |
| Hex | 10 | 69 | AE | 5B | 28 | 0 | 20 | CE | 53 | 25 |
| Octal | 20 | 151 | 256 | 133 | 50 | 0 | 40 | 316 | 123 | 45 |
| Binary | 10000 | 1101001 | 10101110 | 1011011 | 101000 | 0 | 100000 | 11001110 | 1010011 | 100101 |
Color Harmonies of #1069AE
Complementary color
Monochromatic Colors of #1069AE
Black with #1069AE
Text Example
Text Example
White with #1069AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1069AE; }
p { color: rgb(16,105,174); }
H1.HeaderClassName
{
color: #1069AE;
}
.AnyTagClassName
{
color: #1069AE;
}
</style>
background-color css
<style>
a { background-color: #1069AE; }
a { background-color: rgb(16,105,174); }
div.DivClassName
{
background-color: #1069AE;
}
.BgClassName
{
background-color: #1069AE;
}
</style>
border-color css
<style>
span { border-color: #1069AE; }
span { border-color: rgb(16,105,174); }
td.TdClassName
{
border-color: #1069AE;
}
.TagClassName
{
border-color: #1069AE;
}
</style>