Shades of Denim #1763AA
Tints of Denim #1763AA
RGB
CMYK
RGB Variations
Color information
#1763AA (or 0x1763AA) is known color: Denim. HEX triplet: 17, 63 and AA. RGB value is (23,99,170). Sum of RGB (Red+Green+Blue) = 23+99+170=292 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.88% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #1763AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1763AA is #E89C55. Grayscale: #545454. Windows color (decimal): -15244374 or 11166487. OLE color: 11166487.
HSL color Cylindrical-coordinate representation of color #1763AA: hue angle of 208.98º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1763AA is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 99 | 170 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.33 |
| HSL | 208.98º | 0.76% | 0.38% | - |
| HSV(B) | 208.98º | 0.86% | 0.67% | - |
| XYZ | 12.07 | 12.01 | 39.71 | - |
| YUV | 84.37 | 176.32 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 99 | 170 | 0.86 | 0.42 | 0 | 0.33 | 208.98 | 0.76 | 0.38 |
| Hex | 17 | 63 | AA | 56 | 2A | 0 | 21 | D1 | 4C | 26 |
| Octal | 27 | 143 | 252 | 126 | 52 | 0 | 41 | 321 | 114 | 46 |
| Binary | 10111 | 1100011 | 10101010 | 1010110 | 101010 | 0 | 100001 | 11010001 | 1001100 | 100110 |
Color Harmonies of #1763AA
Complementary color
Monochromatic Colors of #1763AA
Black with #1763AA
Text Example
Text Example
White with #1763AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1763AA; }
p { color: rgb(23,99,170); }
H1.HeaderClassName
{
color: #1763AA;
}
.AnyTagClassName
{
color: #1763AA;
}
</style>
background-color css
<style>
a { background-color: #1763AA; }
a { background-color: rgb(23,99,170); }
div.DivClassName
{
background-color: #1763AA;
}
.BgClassName
{
background-color: #1763AA;
}
</style>
border-color css
<style>
span { border-color: #1763AA; }
span { border-color: rgb(23,99,170); }
td.TdClassName
{
border-color: #1763AA;
}
.TagClassName
{
border-color: #1763AA;
}
</style>