Shades of Denim #1766BD
Tints of Denim #1766BD
RGB
CMYK
RGB Variations
Color information
#1766BD (or 0x1766BD) is known color: Denim. HEX triplet: 17, 66 and BD. RGB value is (23,102,189). Sum of RGB (Red+Green+Blue) = 23+102+189=314 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.32% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #1766BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1766BD is #E89942. Grayscale: #575757. Windows color (decimal): -15243587 or 12412439. OLE color: 12412439.
HSL color Cylindrical-coordinate representation of color #1766BD: hue angle of 211.45º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1766BD is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 102 | 189 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.26 |
| HSL | 211.45º | 0.78% | 0.42% | - |
| HSV(B) | 211.45º | 0.88% | 0.74% | - |
| XYZ | 14.29 | 13.36 | 49.97 | - |
| YUV | 88.3 | 184.83 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 102 | 189 | 0.88 | 0.46 | 0 | 0.26 | 211.45 | 0.78 | 0.42 |
| Hex | 17 | 66 | BD | 58 | 2E | 0 | 1A | D3 | 4E | 2A |
| Octal | 27 | 146 | 275 | 130 | 56 | 0 | 32 | 323 | 116 | 52 |
| Binary | 10111 | 1100110 | 10111101 | 1011000 | 101110 | 0 | 11010 | 11010011 | 1001110 | 101010 |
Color Harmonies of #1766BD
Complementary color
Monochromatic Colors of #1766BD
Black with #1766BD
Text Example
Text Example
White with #1766BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1766BD; }
p { color: rgb(23,102,189); }
H1.HeaderClassName
{
color: #1766BD;
}
.AnyTagClassName
{
color: #1766BD;
}
</style>
background-color css
<style>
a { background-color: #1766BD; }
a { background-color: rgb(23,102,189); }
div.DivClassName
{
background-color: #1766BD;
}
.BgClassName
{
background-color: #1766BD;
}
</style>
border-color css
<style>
span { border-color: #1766BD; }
span { border-color: rgb(23,102,189); }
td.TdClassName
{
border-color: #1766BD;
}
.TagClassName
{
border-color: #1766BD;
}
</style>