Shades of Denim #1768AC
Tints of Denim #1768AC
RGB
CMYK
RGB Variations
Color information
#1768AC (or 0x1768AC) is known color: Denim. HEX triplet: 17, 68 and AC. RGB value is (23,104,172). Sum of RGB (Red+Green+Blue) = 23+104+172=299 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.69% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #1768AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1768AC is #E89753. Grayscale: #575757. Windows color (decimal): -15243092 or 11298839. OLE color: 11298839.
HSL color Cylindrical-coordinate representation of color #1768AC: hue angle of 207.38º 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 #1768AC is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 104 | 172 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.33 |
| HSL | 207.38º | 0.76% | 0.38% | - |
| HSV(B) | 207.38º | 0.87% | 0.67% | - |
| XYZ | 12.75 | 13.06 | 40.88 | - |
| YUV | 87.53 | 175.66 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 104 | 172 | 0.87 | 0.40 | 0 | 0.33 | 207.38 | 0.76 | 0.38 |
| Hex | 17 | 68 | AC | 57 | 28 | 0 | 21 | CF | 4C | 26 |
| Octal | 27 | 150 | 254 | 127 | 50 | 0 | 41 | 317 | 114 | 46 |
| Binary | 10111 | 1101000 | 10101100 | 1010111 | 101000 | 0 | 100001 | 11001111 | 1001100 | 100110 |
Color Harmonies of #1768AC
Complementary color
Monochromatic Colors of #1768AC
Black with #1768AC
Text Example
Text Example
White with #1768AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1768AC; }
p { color: rgb(23,104,172); }
H1.HeaderClassName
{
color: #1768AC;
}
.AnyTagClassName
{
color: #1768AC;
}
</style>
background-color css
<style>
a { background-color: #1768AC; }
a { background-color: rgb(23,104,172); }
div.DivClassName
{
background-color: #1768AC;
}
.BgClassName
{
background-color: #1768AC;
}
</style>
border-color css
<style>
span { border-color: #1768AC; }
span { border-color: rgb(23,104,172); }
td.TdClassName
{
border-color: #1768AC;
}
.TagClassName
{
border-color: #1768AC;
}
</style>