Shades of Denim #1776BB
Tints of Denim #1776BB
RGB
CMYK
RGB Variations
Color information
#1776BB (or 0x1776BB) is known color: Denim. HEX triplet: 17, 76 and BB. RGB value is (23,118,187). Sum of RGB (Red+Green+Blue) = 23+118+187=328 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.01% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #1776BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1776BB is #E88944. Grayscale: #616161. Windows color (decimal): -15239493 or 12285463. OLE color: 12285463.
HSL color Cylindrical-coordinate representation of color #1776BB: hue angle of 205.24º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1776BB is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 118 | 187 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.27 |
| HSL | 205.24º | 0.78% | 0.41% | - |
| HSV(B) | 205.24º | 0.88% | 0.73% | - |
| XYZ | 15.8 | 16.73 | 49.41 | - |
| YUV | 97.46 | 178.53 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 118 | 187 | 0.88 | 0.37 | 0 | 0.27 | 205.24 | 0.78 | 0.41 |
| Hex | 17 | 76 | BB | 58 | 25 | 0 | 1B | CD | 4E | 29 |
| Octal | 27 | 166 | 273 | 130 | 45 | 0 | 33 | 315 | 116 | 51 |
| Binary | 10111 | 1110110 | 10111011 | 1011000 | 100101 | 0 | 11011 | 11001101 | 1001110 | 101001 |
Color Harmonies of #1776BB
Complementary color
Monochromatic Colors of #1776BB
Black with #1776BB
Text Example
Text Example
White with #1776BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1776BB; }
p { color: rgb(23,118,187); }
H1.HeaderClassName
{
color: #1776BB;
}
.AnyTagClassName
{
color: #1776BB;
}
</style>
background-color css
<style>
a { background-color: #1776BB; }
a { background-color: rgb(23,118,187); }
div.DivClassName
{
background-color: #1776BB;
}
.BgClassName
{
background-color: #1776BB;
}
</style>
border-color css
<style>
span { border-color: #1776BB; }
span { border-color: rgb(23,118,187); }
td.TdClassName
{
border-color: #1776BB;
}
.TagClassName
{
border-color: #1776BB;
}
</style>