Shades of Denim #1775CC
Tints of Denim #1775CC
RGB
CMYK
RGB Variations
Color information
#1775CC (or 0x1775CC) is known color: Denim. HEX triplet: 17, 75 and CC. RGB value is (23,117,204). Sum of RGB (Red+Green+Blue) = 23+117+204=344 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.69% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #1775CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1775CC is #E88A33. Grayscale: #626262. Windows color (decimal): -15239732 or 13399319. OLE color: 13399319.
HSL color Cylindrical-coordinate representation of color #1775CC: hue angle of 208.84º 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 #1775CC is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 117 | 204 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.2 |
| HSL | 208.84º | 0.8% | 0.45% | - |
| HSV(B) | 208.84º | 0.89% | 0.8% | - |
| XYZ | 17.61 | 17.26 | 59.53 | - |
| YUV | 98.81 | 187.36 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 117 | 204 | 0.89 | 0.43 | 0 | 0.2 | 208.84 | 0.8 | 0.45 |
| Hex | 17 | 75 | CC | 59 | 2B | 0 | 14 | D1 | 50 | 2D |
| Octal | 27 | 165 | 314 | 131 | 53 | 0 | 24 | 321 | 120 | 55 |
| Binary | 10111 | 1110101 | 11001100 | 1011001 | 101011 | 0 | 10100 | 11010001 | 1010000 | 101101 |
Color Harmonies of #1775CC
Complementary color
Monochromatic Colors of #1775CC
Black with #1775CC
Text Example
Text Example
White with #1775CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1775CC; }
p { color: rgb(23,117,204); }
H1.HeaderClassName
{
color: #1775CC;
}
.AnyTagClassName
{
color: #1775CC;
}
</style>
background-color css
<style>
a { background-color: #1775CC; }
a { background-color: rgb(23,117,204); }
div.DivClassName
{
background-color: #1775CC;
}
.BgClassName
{
background-color: #1775CC;
}
</style>
border-color css
<style>
span { border-color: #1775CC; }
span { border-color: rgb(23,117,204); }
td.TdClassName
{
border-color: #1775CC;
}
.TagClassName
{
border-color: #1775CC;
}
</style>