Shades of Denim #1750AC
Tints of Denim #1750AC
RGB
CMYK
RGB Variations
Color information
#1750AC (or 0x1750AC) is known color: Denim. HEX triplet: 17, 50 and AC. RGB value is (23,80,172). Sum of RGB (Red+Green+Blue) = 23+80+172=275 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.36% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #1750AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1750AC is #E8AF53. Grayscale: #494949. Windows color (decimal): -15249236 or 11292695. OLE color: 11292695.
HSL color Cylindrical-coordinate representation of color #1750AC: hue angle of 217.05º 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 #1750AC is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 80 | 172 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.33 |
| HSL | 217.05º | 0.76% | 0.38% | - |
| HSV(B) | 217.05º | 0.87% | 0.67% | - |
| XYZ | 10.67 | 8.9 | 40.18 | - |
| YUV | 73.45 | 183.62 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 80 | 172 | 0.87 | 0.53 | 0 | 0.33 | 217.05 | 0.76 | 0.38 |
| Hex | 17 | 50 | AC | 57 | 35 | 0 | 21 | D9 | 4C | 26 |
| Octal | 27 | 120 | 254 | 127 | 65 | 0 | 41 | 331 | 114 | 46 |
| Binary | 10111 | 1010000 | 10101100 | 1010111 | 110101 | 0 | 100001 | 11011001 | 1001100 | 100110 |
Color Harmonies of #1750AC
Complementary color
Monochromatic Colors of #1750AC
Black with #1750AC
Text Example
Text Example
White with #1750AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1750AC; }
p { color: rgb(23,80,172); }
H1.HeaderClassName
{
color: #1750AC;
}
.AnyTagClassName
{
color: #1750AC;
}
</style>
background-color css
<style>
a { background-color: #1750AC; }
a { background-color: rgb(23,80,172); }
div.DivClassName
{
background-color: #1750AC;
}
.BgClassName
{
background-color: #1750AC;
}
</style>
border-color css
<style>
span { border-color: #1750AC; }
span { border-color: rgb(23,80,172); }
td.TdClassName
{
border-color: #1750AC;
}
.TagClassName
{
border-color: #1750AC;
}
</style>