Shades of Denim #1766D3
Tints of Denim #1766D3
RGB
CMYK
RGB Variations
Color information
#1766D3 (or 0x1766D3) is known color: Denim. HEX triplet: 17, 66 and D3. RGB value is (23,102,211). Sum of RGB (Red+Green+Blue) = 23+102+211=336 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.85% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 211 (82.81% from 255 or 62.80% from 336); Max value from RGB is 211 - color contains mainly: blue. Hex color #1766D3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1766D3 is #E8992C. Grayscale: #5A5A5A. Windows color (decimal): -15243565 or 13854231. OLE color: 13854231.
HSL color Cylindrical-coordinate representation of color #1766D3: hue angle of 214.79º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1766D3 is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 23 | 102 | 211 | - |
| CMYK | 0.89 | 0.52 | 0 | 0.17 |
| HSL | 214.79º | 0.8% | 0.46% | - |
| HSV(B) | 214.79º | 0.89% | 0.83% | - |
| XYZ | 16.86 | 14.39 | 63.52 | - |
| YUV | 90.81 | 195.83 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 102 | 211 | 0.89 | 0.52 | 0 | 0.17 | 214.79 | 0.8 | 0.46 |
| Hex | 17 | 66 | D3 | 59 | 34 | 0 | 11 | D7 | 50 | 2E |
| Octal | 27 | 146 | 323 | 131 | 64 | 0 | 21 | 327 | 120 | 56 |
| Binary | 10111 | 1100110 | 11010011 | 1011001 | 110100 | 0 | 10001 | 11010111 | 1010000 | 101110 |
Color Harmonies of #1766D3
Complementary color
Monochromatic Colors of #1766D3
Black with #1766D3
Text Example
Text Example
White with #1766D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1766D3; }
p { color: rgb(23,102,211); }
H1.HeaderClassName
{
color: #1766D3;
}
.AnyTagClassName
{
color: #1766D3;
}
</style>
background-color css
<style>
a { background-color: #1766D3; }
a { background-color: rgb(23,102,211); }
div.DivClassName
{
background-color: #1766D3;
}
.BgClassName
{
background-color: #1766D3;
}
</style>
border-color css
<style>
span { border-color: #1766D3; }
span { border-color: rgb(23,102,211); }
td.TdClassName
{
border-color: #1766D3;
}
.TagClassName
{
border-color: #1766D3;
}
</style>