Shades of Denim #1769A9
Tints of Denim #1769A9
RGB
CMYK
RGB Variations
Color information
#1769A9 (or 0x1769A9) is known color: Denim. HEX triplet: 17, 69 and A9. RGB value is (23,105,169). Sum of RGB (Red+Green+Blue) = 23+105+169=297 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.74% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 169 (66.41% from 255 or 56.90% from 297); Max value from RGB is 169 - color contains mainly: blue. Hex color #1769A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1769A9 is #E89656. Grayscale: #575757. Windows color (decimal): -15242839 or 11102487. OLE color: 11102487.
HSL color Cylindrical-coordinate representation of color #1769A9: hue angle of 206.3º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1769A9 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 23 | 105 | 169 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.34 |
| HSL | 206.3º | 0.76% | 0.38% | - |
| HSV(B) | 206.3º | 0.86% | 0.66% | - |
| XYZ | 12.57 | 13.15 | 39.41 | - |
| YUV | 87.78 | 173.83 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 105 | 169 | 0.86 | 0.38 | 0 | 0.34 | 206.3 | 0.76 | 0.38 |
| Hex | 17 | 69 | A9 | 56 | 26 | 0 | 22 | CE | 4C | 26 |
| Octal | 27 | 151 | 251 | 126 | 46 | 0 | 42 | 316 | 114 | 46 |
| Binary | 10111 | 1101001 | 10101001 | 1010110 | 100110 | 0 | 100010 | 11001110 | 1001100 | 100110 |
Color Harmonies of #1769A9
Complementary color
Monochromatic Colors of #1769A9
Black with #1769A9
Text Example
Text Example
White with #1769A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1769A9; }
p { color: rgb(23,105,169); }
H1.HeaderClassName
{
color: #1769A9;
}
.AnyTagClassName
{
color: #1769A9;
}
</style>
background-color css
<style>
a { background-color: #1769A9; }
a { background-color: rgb(23,105,169); }
div.DivClassName
{
background-color: #1769A9;
}
.BgClassName
{
background-color: #1769A9;
}
</style>
border-color css
<style>
span { border-color: #1769A9; }
span { border-color: rgb(23,105,169); }
td.TdClassName
{
border-color: #1769A9;
}
.TagClassName
{
border-color: #1769A9;
}
</style>