Shades of Denim #1760AC
Tints of Denim #1760AC
RGB
CMYK
RGB Variations
Color information
#1760AC (or 0x1760AC) is known color: Denim. HEX triplet: 17, 60 and AC. RGB value is (23,96,172). Sum of RGB (Red+Green+Blue) = 23+96+172=291 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.90% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #1760AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1760AC is #E89F53. Grayscale: #525252. Windows color (decimal): -15245140 or 11296791. OLE color: 11296791.
HSL color Cylindrical-coordinate representation of color #1760AC: hue angle of 210.6º 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 #1760AC is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 96 | 172 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.33 |
| HSL | 210.6º | 0.76% | 0.38% | - |
| HSV(B) | 210.6º | 0.87% | 0.67% | - |
| XYZ | 11.98 | 11.53 | 40.62 | - |
| YUV | 82.84 | 178.32 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 96 | 172 | 0.87 | 0.44 | 0 | 0.33 | 210.6 | 0.76 | 0.38 |
| Hex | 17 | 60 | AC | 57 | 2C | 0 | 21 | D3 | 4C | 26 |
| Octal | 27 | 140 | 254 | 127 | 54 | 0 | 41 | 323 | 114 | 46 |
| Binary | 10111 | 1100000 | 10101100 | 1010111 | 101100 | 0 | 100001 | 11010011 | 1001100 | 100110 |
Color Harmonies of #1760AC
Complementary color
Monochromatic Colors of #1760AC
Black with #1760AC
Text Example
Text Example
White with #1760AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1760AC; }
p { color: rgb(23,96,172); }
H1.HeaderClassName
{
color: #1760AC;
}
.AnyTagClassName
{
color: #1760AC;
}
</style>
background-color css
<style>
a { background-color: #1760AC; }
a { background-color: rgb(23,96,172); }
div.DivClassName
{
background-color: #1760AC;
}
.BgClassName
{
background-color: #1760AC;
}
</style>
border-color css
<style>
span { border-color: #1760AC; }
span { border-color: rgb(23,96,172); }
td.TdClassName
{
border-color: #1760AC;
}
.TagClassName
{
border-color: #1760AC;
}
</style>