Shades of Denim #1761A1
Tints of Denim #1761A1
RGB
CMYK
RGB Variations
Color information
#1761A1 (or 0x1761A1) is known color: Denim. HEX triplet: 17, 61 and A1. RGB value is (23,97,161). Sum of RGB (Red+Green+Blue) = 23+97+161=281 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.19% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 161 (63.28% from 255 or 57.30% from 281); Max value from RGB is 161 - color contains mainly: blue. Hex color #1761A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1761A1 is #E89E5E. Grayscale: #515151. Windows color (decimal): -15244895 or 10576151. OLE color: 10576151.
HSL color Cylindrical-coordinate representation of color #1761A1: hue angle of 207.83º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1761A1 is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 97 | 161 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.37 |
| HSL | 207.83º | 0.75% | 0.36% | - |
| HSV(B) | 207.83º | 0.86% | 0.63% | - |
| XYZ | 11.06 | 11.3 | 35.32 | - |
| YUV | 82.17 | 172.48 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 97 | 161 | 0.86 | 0.40 | 0 | 0.37 | 207.83 | 0.75 | 0.36 |
| Hex | 17 | 61 | A1 | 56 | 28 | 0 | 25 | D0 | 4B | 24 |
| Octal | 27 | 141 | 241 | 126 | 50 | 0 | 45 | 320 | 113 | 44 |
| Binary | 10111 | 1100001 | 10100001 | 1010110 | 101000 | 0 | 100101 | 11010000 | 1001011 | 100100 |
Color Harmonies of #1761A1
Complementary color
Monochromatic Colors of #1761A1
Black with #1761A1
Text Example
Text Example
White with #1761A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1761A1; }
p { color: rgb(23,97,161); }
H1.HeaderClassName
{
color: #1761A1;
}
.AnyTagClassName
{
color: #1761A1;
}
</style>
background-color css
<style>
a { background-color: #1761A1; }
a { background-color: rgb(23,97,161); }
div.DivClassName
{
background-color: #1761A1;
}
.BgClassName
{
background-color: #1761A1;
}
</style>
border-color css
<style>
span { border-color: #1761A1; }
span { border-color: rgb(23,97,161); }
td.TdClassName
{
border-color: #1761A1;
}
.TagClassName
{
border-color: #1761A1;
}
</style>