Shades of Denim #1764AC
Tints of Denim #1764AC
RGB
CMYK
RGB Variations
Color information
#1764AC (or 0x1764AC) is known color: Denim. HEX triplet: 17, 64 and AC. RGB value is (23,100,172). Sum of RGB (Red+Green+Blue) = 23+100+172=295 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.80% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #1764AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1764AC is #E89B53. Grayscale: #545454. Windows color (decimal): -15244116 or 11297815. OLE color: 11297815.
HSL color Cylindrical-coordinate representation of color #1764AC: hue angle of 208.99º 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 #1764AC is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 100 | 172 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.33 |
| HSL | 208.99º | 0.76% | 0.38% | - |
| HSV(B) | 208.99º | 0.87% | 0.67% | - |
| XYZ | 12.36 | 12.28 | 40.75 | - |
| YUV | 85.19 | 176.99 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 172 | 0.87 | 0.42 | 0 | 0.33 | 208.99 | 0.76 | 0.38 |
| Hex | 17 | 64 | AC | 57 | 2A | 0 | 21 | D1 | 4C | 26 |
| Octal | 27 | 144 | 254 | 127 | 52 | 0 | 41 | 321 | 114 | 46 |
| Binary | 10111 | 1100100 | 10101100 | 1010111 | 101010 | 0 | 100001 | 11010001 | 1001100 | 100110 |
Color Harmonies of #1764AC
Complementary color
Monochromatic Colors of #1764AC
Black with #1764AC
Text Example
Text Example
White with #1764AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1764AC; }
p { color: rgb(23,100,172); }
H1.HeaderClassName
{
color: #1764AC;
}
.AnyTagClassName
{
color: #1764AC;
}
</style>
background-color css
<style>
a { background-color: #1764AC; }
a { background-color: rgb(23,100,172); }
div.DivClassName
{
background-color: #1764AC;
}
.BgClassName
{
background-color: #1764AC;
}
</style>
border-color css
<style>
span { border-color: #1764AC; }
span { border-color: rgb(23,100,172); }
td.TdClassName
{
border-color: #1764AC;
}
.TagClassName
{
border-color: #1764AC;
}
</style>