Shades of Denim #1768A9
Tints of Denim #1768A9
RGB
CMYK
RGB Variations
Color information
#1768A9 (or 0x1768A9) is known color: Denim. HEX triplet: 17, 68 and A9. RGB value is (23,104,169). Sum of RGB (Red+Green+Blue) = 23+104+169=296 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.77% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 169 (66.41% from 255 or 57.09% from 296); Max value from RGB is 169 - color contains mainly: blue. Hex color #1768A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1768A9 is #E89756. Grayscale: #565656. Windows color (decimal): -15243095 or 11102231. OLE color: 11102231.
HSL color Cylindrical-coordinate representation of color #1768A9: hue angle of 206.71º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1768A9 is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 23 | 104 | 169 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.34 |
| HSL | 206.71º | 0.76% | 0.38% | - |
| HSV(B) | 206.71º | 0.86% | 0.66% | - |
| XYZ | 12.47 | 12.95 | 39.38 | - |
| YUV | 87.19 | 174.16 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 104 | 169 | 0.86 | 0.38 | 0 | 0.34 | 206.71 | 0.76 | 0.38 |
| Hex | 17 | 68 | A9 | 56 | 26 | 0 | 22 | CF | 4C | 26 |
| Octal | 27 | 150 | 251 | 126 | 46 | 0 | 42 | 317 | 114 | 46 |
| Binary | 10111 | 1101000 | 10101001 | 1010110 | 100110 | 0 | 100010 | 11001111 | 1001100 | 100110 |
Color Harmonies of #1768A9
Complementary color
Monochromatic Colors of #1768A9
Black with #1768A9
Text Example
Text Example
White with #1768A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1768A9; }
p { color: rgb(23,104,169); }
H1.HeaderClassName
{
color: #1768A9;
}
.AnyTagClassName
{
color: #1768A9;
}
</style>
background-color css
<style>
a { background-color: #1768A9; }
a { background-color: rgb(23,104,169); }
div.DivClassName
{
background-color: #1768A9;
}
.BgClassName
{
background-color: #1768A9;
}
</style>
border-color css
<style>
span { border-color: #1768A9; }
span { border-color: rgb(23,104,169); }
td.TdClassName
{
border-color: #1768A9;
}
.TagClassName
{
border-color: #1768A9;
}
</style>