Shades of Denim #1755CC
Tints of Denim #1755CC
RGB
CMYK
RGB Variations
Color information
#1755CC (or 0x1755CC) is known color: Denim. HEX triplet: 17, 55 and CC. RGB value is (23,85,204). Sum of RGB (Red+Green+Blue) = 23+85+204=312 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.37% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #1755CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1755CC is #E8AA33. Grayscale: #4F4F4F. Windows color (decimal): -15247924 or 13391127. OLE color: 13391127.
HSL color Cylindrical-coordinate representation of color #1755CC: hue angle of 219.45º 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 #1755CC is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 85 | 204 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.2 |
| HSL | 219.45º | 0.8% | 0.45% | - |
| HSV(B) | 219.45º | 0.89% | 0.8% | - |
| XYZ | 14.5 | 11.04 | 58.49 | - |
| YUV | 80.03 | 197.96 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 85 | 204 | 0.89 | 0.58 | 0 | 0.2 | 219.45 | 0.8 | 0.45 |
| Hex | 17 | 55 | CC | 59 | 3A | 0 | 14 | DB | 50 | 2D |
| Octal | 27 | 125 | 314 | 131 | 72 | 0 | 24 | 333 | 120 | 55 |
| Binary | 10111 | 1010101 | 11001100 | 1011001 | 111010 | 0 | 10100 | 11011011 | 1010000 | 101101 |
Color Harmonies of #1755CC
Complementary color
Monochromatic Colors of #1755CC
Black with #1755CC
Text Example
Text Example
White with #1755CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1755CC; }
p { color: rgb(23,85,204); }
H1.HeaderClassName
{
color: #1755CC;
}
.AnyTagClassName
{
color: #1755CC;
}
</style>
background-color css
<style>
a { background-color: #1755CC; }
a { background-color: rgb(23,85,204); }
div.DivClassName
{
background-color: #1755CC;
}
.BgClassName
{
background-color: #1755CC;
}
</style>
border-color css
<style>
span { border-color: #1755CC; }
span { border-color: rgb(23,85,204); }
td.TdClassName
{
border-color: #1755CC;
}
.TagClassName
{
border-color: #1755CC;
}
</style>