Shades of Denim #1764CE
Tints of Denim #1764CE
RGB
CMYK
RGB Variations
Color information
#1764CE (or 0x1764CE) is known color: Denim. HEX triplet: 17, 64 and CE. RGB value is (23,100,206). Sum of RGB (Red+Green+Blue) = 23+100+206=329 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.99% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #1764CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1764CE is #E89B31. Grayscale: #585858. Windows color (decimal): -15244082 or 13526039. OLE color: 13526039.
HSL color Cylindrical-coordinate representation of color #1764CE: hue angle of 214.75º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1764CE is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 100 | 206 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.19 |
| HSL | 214.75º | 0.8% | 0.45% | - |
| HSV(B) | 214.75º | 0.89% | 0.81% | - |
| XYZ | 16.05 | 13.75 | 60.2 | - |
| YUV | 89.06 | 193.99 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 100 | 206 | 0.89 | 0.51 | 0 | 0.19 | 214.75 | 0.8 | 0.45 |
| Hex | 17 | 64 | CE | 59 | 33 | 0 | 13 | D7 | 50 | 2D |
| Octal | 27 | 144 | 316 | 131 | 63 | 0 | 23 | 327 | 120 | 55 |
| Binary | 10111 | 1100100 | 11001110 | 1011001 | 110011 | 0 | 10011 | 11010111 | 1010000 | 101101 |
Color Harmonies of #1764CE
Complementary color
Monochromatic Colors of #1764CE
Black with #1764CE
Text Example
Text Example
White with #1764CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1764CE; }
p { color: rgb(23,100,206); }
H1.HeaderClassName
{
color: #1764CE;
}
.AnyTagClassName
{
color: #1764CE;
}
</style>
background-color css
<style>
a { background-color: #1764CE; }
a { background-color: rgb(23,100,206); }
div.DivClassName
{
background-color: #1764CE;
}
.BgClassName
{
background-color: #1764CE;
}
</style>
border-color css
<style>
span { border-color: #1764CE; }
span { border-color: rgb(23,100,206); }
td.TdClassName
{
border-color: #1764CE;
}
.TagClassName
{
border-color: #1764CE;
}
</style>