Shades of Denim #1766CC
Tints of Denim #1766CC
RGB
CMYK
RGB Variations
Color information
#1766CC (or 0x1766CC) is known color: Denim. HEX triplet: 17, 66 and CC. RGB value is (23,102,204). Sum of RGB (Red+Green+Blue) = 23+102+204=329 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.99% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #1766CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1766CC is #E89933. Grayscale: #595959. Windows color (decimal): -15243572 or 13395479. OLE color: 13395479.
HSL color Cylindrical-coordinate representation of color #1766CC: hue angle of 213.81º 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 #1766CC is Cyan = 0.89, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 102 | 204 | - |
| CMYK | 0.89 | 0.5 | 0 | 0.2 |
| HSL | 213.81º | 0.8% | 0.45% | - |
| HSV(B) | 213.81º | 0.89% | 0.8% | - |
| XYZ | 16 | 14.04 | 58.99 | - |
| YUV | 90.01 | 192.33 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 102 | 204 | 0.89 | 0.5 | 0 | 0.2 | 213.81 | 0.8 | 0.45 |
| Hex | 17 | 66 | CC | 59 | 32 | 0 | 14 | D6 | 50 | 2D |
| Octal | 27 | 146 | 314 | 131 | 62 | 0 | 24 | 326 | 120 | 55 |
| Binary | 10111 | 1100110 | 11001100 | 1011001 | 110010 | 0 | 10100 | 11010110 | 1010000 | 101101 |
Color Harmonies of #1766CC
Complementary color
Monochromatic Colors of #1766CC
Black with #1766CC
Text Example
Text Example
White with #1766CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1766CC; }
p { color: rgb(23,102,204); }
H1.HeaderClassName
{
color: #1766CC;
}
.AnyTagClassName
{
color: #1766CC;
}
</style>
background-color css
<style>
a { background-color: #1766CC; }
a { background-color: rgb(23,102,204); }
div.DivClassName
{
background-color: #1766CC;
}
.BgClassName
{
background-color: #1766CC;
}
</style>
border-color css
<style>
span { border-color: #1766CC; }
span { border-color: rgb(23,102,204); }
td.TdClassName
{
border-color: #1766CC;
}
.TagClassName
{
border-color: #1766CC;
}
</style>