Shades of Denim #1764B8
Tints of Denim #1764B8
RGB
CMYK
RGB Variations
Color information
#1764B8 (or 0x1764B8) is known color: Denim. HEX triplet: 17, 64 and B8. RGB value is (23,100,184). Sum of RGB (Red+Green+Blue) = 23+100+184=307 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.49% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 184 (72.27% from 255 or 59.93% from 307); Max value from RGB is 184 - color contains mainly: blue. Hex color #1764B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1764B8 is #E89B47. Grayscale: #565656. Windows color (decimal): -15244104 or 12084247. OLE color: 12084247.
HSL color Cylindrical-coordinate representation of color #1764B8: hue angle of 211.3º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1764B8 is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 23 | 100 | 184 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.28 |
| HSL | 211.3º | 0.78% | 0.41% | - |
| HSV(B) | 211.3º | 0.88% | 0.72% | - |
| XYZ | 13.56 | 12.76 | 47.09 | - |
| YUV | 86.55 | 182.99 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 184 | 0.88 | 0.46 | 0 | 0.28 | 211.3 | 0.78 | 0.41 |
| Hex | 17 | 64 | B8 | 58 | 2E | 0 | 1C | D3 | 4E | 29 |
| Octal | 27 | 144 | 270 | 130 | 56 | 0 | 34 | 323 | 116 | 51 |
| Binary | 10111 | 1100100 | 10111000 | 1011000 | 101110 | 0 | 11100 | 11010011 | 1001110 | 101001 |
Color Harmonies of #1764B8
Complementary color
Monochromatic Colors of #1764B8
Black with #1764B8
Text Example
Text Example
White with #1764B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1764B8; }
p { color: rgb(23,100,184); }
H1.HeaderClassName
{
color: #1764B8;
}
.AnyTagClassName
{
color: #1764B8;
}
</style>
background-color css
<style>
a { background-color: #1764B8; }
a { background-color: rgb(23,100,184); }
div.DivClassName
{
background-color: #1764B8;
}
.BgClassName
{
background-color: #1764B8;
}
</style>
border-color css
<style>
span { border-color: #1764B8; }
span { border-color: rgb(23,100,184); }
td.TdClassName
{
border-color: #1764B8;
}
.TagClassName
{
border-color: #1764B8;
}
</style>