Shades of Denim #1769AC
Tints of Denim #1769AC
RGB
CMYK
RGB Variations
Color information
#1769AC (or 0x1769AC) is known color: Denim. HEX triplet: 17, 69 and AC. RGB value is (23,105,172). Sum of RGB (Red+Green+Blue) = 23+105+172=300 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #1769AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1769AC is #E89653. Grayscale: #575757. Windows color (decimal): -15242836 or 11299095. OLE color: 11299095.
HSL color Cylindrical-coordinate representation of color #1769AC: hue angle of 206.98º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1769AC is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 105 | 172 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.33 |
| HSL | 206.98º | 0.76% | 0.38% | - |
| HSV(B) | 206.98º | 0.87% | 0.67% | - |
| XYZ | 12.85 | 13.26 | 40.91 | - |
| YUV | 88.12 | 175.33 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 105 | 172 | 0.87 | 0.39 | 0 | 0.33 | 206.98 | 0.76 | 0.38 |
| Hex | 17 | 69 | AC | 57 | 27 | 0 | 21 | CF | 4C | 26 |
| Octal | 27 | 151 | 254 | 127 | 47 | 0 | 41 | 317 | 114 | 46 |
| Binary | 10111 | 1101001 | 10101100 | 1010111 | 100111 | 0 | 100001 | 11001111 | 1001100 | 100110 |
Color Harmonies of #1769AC
Complementary color
Monochromatic Colors of #1769AC
Black with #1769AC
Text Example
Text Example
White with #1769AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1769AC; }
p { color: rgb(23,105,172); }
H1.HeaderClassName
{
color: #1769AC;
}
.AnyTagClassName
{
color: #1769AC;
}
</style>
background-color css
<style>
a { background-color: #1769AC; }
a { background-color: rgb(23,105,172); }
div.DivClassName
{
background-color: #1769AC;
}
.BgClassName
{
background-color: #1769AC;
}
</style>
border-color css
<style>
span { border-color: #1769AC; }
span { border-color: rgb(23,105,172); }
td.TdClassName
{
border-color: #1769AC;
}
.TagClassName
{
border-color: #1769AC;
}
</style>