Shades of Denim #1766CB
Tints of Denim #1766CB
RGB
CMYK
RGB Variations
Color information
#1766CB (or 0x1766CB) is known color: Denim. HEX triplet: 17, 66 and CB. RGB value is (23,102,203). Sum of RGB (Red+Green+Blue) = 23+102+203=328 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.01% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #1766CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1766CB is #E89934. Grayscale: #595959. Windows color (decimal): -15243573 or 13329943. OLE color: 13329943.
HSL color Cylindrical-coordinate representation of color #1766CB: hue angle of 213.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1766CB is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 102 | 203 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.20 |
| HSL | 213.67º | 0.8% | 0.44% | - |
| HSV(B) | 213.67º | 0.89% | 0.8% | - |
| XYZ | 15.88 | 14 | 58.36 | - |
| YUV | 89.89 | 191.83 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 102 | 203 | 0.89 | 0.50 | 0 | 0.20 | 213.67 | 0.8 | 0.44 |
| Hex | 17 | 66 | CB | 59 | 32 | 0 | 14 | D6 | 50 | 2C |
| Octal | 27 | 146 | 313 | 131 | 62 | 0 | 24 | 326 | 120 | 54 |
| Binary | 10111 | 1100110 | 11001011 | 1011001 | 110010 | 0 | 10100 | 11010110 | 1010000 | 101100 |
Color Harmonies of #1766CB
Complementary color
Monochromatic Colors of #1766CB
Black with #1766CB
Text Example
Text Example
White with #1766CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1766CB; }
p { color: rgb(23,102,203); }
H1.HeaderClassName
{
color: #1766CB;
}
.AnyTagClassName
{
color: #1766CB;
}
</style>
background-color css
<style>
a { background-color: #1766CB; }
a { background-color: rgb(23,102,203); }
div.DivClassName
{
background-color: #1766CB;
}
.BgClassName
{
background-color: #1766CB;
}
</style>
border-color css
<style>
span { border-color: #1766CB; }
span { border-color: rgb(23,102,203); }
td.TdClassName
{
border-color: #1766CB;
}
.TagClassName
{
border-color: #1766CB;
}
</style>