Shades of Denim #1764B9
Tints of Denim #1764B9
RGB
CMYK
RGB Variations
Color information
#1764B9 (or 0x1764B9) is known color: Denim. HEX triplet: 17, 64 and B9. RGB value is (23,100,185). Sum of RGB (Red+Green+Blue) = 23+100+185=308 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.47% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 185 (72.66% from 255 or 60.06% from 308); Max value from RGB is 185 - color contains mainly: blue. Hex color #1764B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1764B9 is #E89B46. Grayscale: #565656. Windows color (decimal): -15244103 or 12149783. OLE color: 12149783.
HSL color Cylindrical-coordinate representation of color #1764B9: hue angle of 211.48º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1764B9 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 100 | 185 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.27 |
| HSL | 211.48º | 0.78% | 0.41% | - |
| HSV(B) | 211.48º | 0.88% | 0.73% | - |
| XYZ | 13.67 | 12.8 | 47.65 | - |
| YUV | 86.67 | 183.49 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 185 | 0.88 | 0.46 | 0 | 0.27 | 211.48 | 0.78 | 0.41 |
| Hex | 17 | 64 | B9 | 58 | 2E | 0 | 1B | D3 | 4E | 29 |
| Octal | 27 | 144 | 271 | 130 | 56 | 0 | 33 | 323 | 116 | 51 |
| Binary | 10111 | 1100100 | 10111001 | 1011000 | 101110 | 0 | 11011 | 11010011 | 1001110 | 101001 |
Color Harmonies of #1764B9
Complementary color
Monochromatic Colors of #1764B9
Black with #1764B9
Text Example
Text Example
White with #1764B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1764B9; }
p { color: rgb(23,100,185); }
H1.HeaderClassName
{
color: #1764B9;
}
.AnyTagClassName
{
color: #1764B9;
}
</style>
background-color css
<style>
a { background-color: #1764B9; }
a { background-color: rgb(23,100,185); }
div.DivClassName
{
background-color: #1764B9;
}
.BgClassName
{
background-color: #1764B9;
}
</style>
border-color css
<style>
span { border-color: #1764B9; }
span { border-color: rgb(23,100,185); }
td.TdClassName
{
border-color: #1764B9;
}
.TagClassName
{
border-color: #1764B9;
}
</style>