Shades of Denim #1756CC
Tints of Denim #1756CC
RGB
CMYK
RGB Variations
Color information
#1756CC (or 0x1756CC) is known color: Denim. HEX triplet: 17, 56 and CC. RGB value is (23,86,204). Sum of RGB (Red+Green+Blue) = 23+86+204=313 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.35% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #1756CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1756CC is #E8A933. Grayscale: #505050. Windows color (decimal): -15247668 or 13391383. OLE color: 13391383.
HSL color Cylindrical-coordinate representation of color #1756CC: hue angle of 219.12º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1756CC is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 86 | 204 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.2 |
| HSL | 219.12º | 0.8% | 0.45% | - |
| HSV(B) | 219.12º | 0.89% | 0.8% | - |
| XYZ | 14.58 | 11.2 | 58.52 | - |
| YUV | 80.62 | 197.63 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 86 | 204 | 0.89 | 0.58 | 0 | 0.2 | 219.12 | 0.8 | 0.45 |
| Hex | 17 | 56 | CC | 59 | 3A | 0 | 14 | DB | 50 | 2D |
| Octal | 27 | 126 | 314 | 131 | 72 | 0 | 24 | 333 | 120 | 55 |
| Binary | 10111 | 1010110 | 11001100 | 1011001 | 111010 | 0 | 10100 | 11011011 | 1010000 | 101101 |
Color Harmonies of #1756CC
Complementary color
Monochromatic Colors of #1756CC
Black with #1756CC
Text Example
Text Example
White with #1756CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1756CC; }
p { color: rgb(23,86,204); }
H1.HeaderClassName
{
color: #1756CC;
}
.AnyTagClassName
{
color: #1756CC;
}
</style>
background-color css
<style>
a { background-color: #1756CC; }
a { background-color: rgb(23,86,204); }
div.DivClassName
{
background-color: #1756CC;
}
.BgClassName
{
background-color: #1756CC;
}
</style>
border-color css
<style>
span { border-color: #1756CC; }
span { border-color: rgb(23,86,204); }
td.TdClassName
{
border-color: #1756CC;
}
.TagClassName
{
border-color: #1756CC;
}
</style>