Shades of Denim #1764AB
Tints of Denim #1764AB
RGB
CMYK
RGB Variations
Color information
#1764AB (or 0x1764AB) is known color: Denim. HEX triplet: 17, 64 and AB. RGB value is (23,100,171). Sum of RGB (Red+Green+Blue) = 23+100+171=294 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.82% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #1764AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1764AB is #E89B54. Grayscale: #545454. Windows color (decimal): -15244117 or 11232279. OLE color: 11232279.
HSL color Cylindrical-coordinate representation of color #1764AB: hue angle of 208.78º 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 #1764AB is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 100 | 171 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.33 |
| HSL | 208.78º | 0.76% | 0.38% | - |
| HSV(B) | 208.78º | 0.87% | 0.67% | - |
| XYZ | 12.26 | 12.24 | 40.24 | - |
| YUV | 85.07 | 176.49 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 171 | 0.87 | 0.42 | 0 | 0.33 | 208.78 | 0.76 | 0.38 |
| Hex | 17 | 64 | AB | 57 | 2A | 0 | 21 | D1 | 4C | 26 |
| Octal | 27 | 144 | 253 | 127 | 52 | 0 | 41 | 321 | 114 | 46 |
| Binary | 10111 | 1100100 | 10101011 | 1010111 | 101010 | 0 | 100001 | 11010001 | 1001100 | 100110 |
Color Harmonies of #1764AB
Complementary color
Monochromatic Colors of #1764AB
Black with #1764AB
Text Example
Text Example
White with #1764AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1764AB; }
p { color: rgb(23,100,171); }
H1.HeaderClassName
{
color: #1764AB;
}
.AnyTagClassName
{
color: #1764AB;
}
</style>
background-color css
<style>
a { background-color: #1764AB; }
a { background-color: rgb(23,100,171); }
div.DivClassName
{
background-color: #1764AB;
}
.BgClassName
{
background-color: #1764AB;
}
</style>
border-color css
<style>
span { border-color: #1764AB; }
span { border-color: rgb(23,100,171); }
td.TdClassName
{
border-color: #1764AB;
}
.TagClassName
{
border-color: #1764AB;
}
</style>