Shades of Denim #1769AD
Tints of Denim #1769AD
RGB
CMYK
RGB Variations
Color information
#1769AD (or 0x1769AD) is known color: Denim. HEX triplet: 17, 69 and AD. RGB value is (23,105,173). Sum of RGB (Red+Green+Blue) = 23+105+173=301 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.64% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #1769AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1769AD is #E89652. Grayscale: #575757. Windows color (decimal): -15242835 or 11364631. OLE color: 11364631.
HSL color Cylindrical-coordinate representation of color #1769AD: hue angle of 207.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1769AD is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 23 | 105 | 173 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.32 |
| HSL | 207.2º | 0.77% | 0.38% | - |
| HSV(B) | 207.2º | 0.87% | 0.68% | - |
| XYZ | 12.95 | 13.3 | 41.42 | - |
| YUV | 88.23 | 175.83 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 105 | 173 | 0.87 | 0.39 | 0 | 0.32 | 207.2 | 0.77 | 0.38 |
| Hex | 17 | 69 | AD | 57 | 27 | 0 | 20 | CF | 4D | 26 |
| Octal | 27 | 151 | 255 | 127 | 47 | 0 | 40 | 317 | 115 | 46 |
| Binary | 10111 | 1101001 | 10101101 | 1010111 | 100111 | 0 | 100000 | 11001111 | 1001101 | 100110 |
Color Harmonies of #1769AD
Complementary color
Monochromatic Colors of #1769AD
Black with #1769AD
Text Example
Text Example
White with #1769AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1769AD; }
p { color: rgb(23,105,173); }
H1.HeaderClassName
{
color: #1769AD;
}
.AnyTagClassName
{
color: #1769AD;
}
</style>
background-color css
<style>
a { background-color: #1769AD; }
a { background-color: rgb(23,105,173); }
div.DivClassName
{
background-color: #1769AD;
}
.BgClassName
{
background-color: #1769AD;
}
</style>
border-color css
<style>
span { border-color: #1769AD; }
span { border-color: rgb(23,105,173); }
td.TdClassName
{
border-color: #1769AD;
}
.TagClassName
{
border-color: #1769AD;
}
</style>