Shades of Denim #1765AA
Tints of Denim #1765AA
RGB
CMYK
RGB Variations
Color information
#1765AA (or 0x1765AA) is known color: Denim. HEX triplet: 17, 65 and AA. RGB value is (23,101,170). Sum of RGB (Red+Green+Blue) = 23+101+170=294 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.82% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #1765AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1765AA is #E89A55. Grayscale: #555555. Windows color (decimal): -15243862 or 11166999. OLE color: 11166999.
HSL color Cylindrical-coordinate representation of color #1765AA: hue angle of 208.16º 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 #1765AA is Cyan = 0.86, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 101 | 170 | - |
| CMYK | 0.86 | 0.41 | 0 | 0.33 |
| HSL | 208.16º | 0.76% | 0.38% | - |
| HSV(B) | 208.16º | 0.86% | 0.67% | - |
| XYZ | 12.26 | 12.39 | 39.78 | - |
| YUV | 85.54 | 175.66 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 101 | 170 | 0.86 | 0.41 | 0 | 0.33 | 208.16 | 0.76 | 0.38 |
| Hex | 17 | 65 | AA | 56 | 29 | 0 | 21 | D0 | 4C | 26 |
| Octal | 27 | 145 | 252 | 126 | 51 | 0 | 41 | 320 | 114 | 46 |
| Binary | 10111 | 1100101 | 10101010 | 1010110 | 101001 | 0 | 100001 | 11010000 | 1001100 | 100110 |
Color Harmonies of #1765AA
Complementary color
Monochromatic Colors of #1765AA
Black with #1765AA
Text Example
Text Example
White with #1765AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1765AA; }
p { color: rgb(23,101,170); }
H1.HeaderClassName
{
color: #1765AA;
}
.AnyTagClassName
{
color: #1765AA;
}
</style>
background-color css
<style>
a { background-color: #1765AA; }
a { background-color: rgb(23,101,170); }
div.DivClassName
{
background-color: #1765AA;
}
.BgClassName
{
background-color: #1765AA;
}
</style>
border-color css
<style>
span { border-color: #1765AA; }
span { border-color: rgb(23,101,170); }
td.TdClassName
{
border-color: #1765AA;
}
.TagClassName
{
border-color: #1765AA;
}
</style>