Shades of Denim #1776B9
Tints of Denim #1776B9
RGB
CMYK
RGB Variations
Color information
#1776B9 (or 0x1776B9) is known color: Denim. HEX triplet: 17, 76 and B9. RGB value is (23,118,185). Sum of RGB (Red+Green+Blue) = 23+118+185=326 (43% of max value = 765). Red value is 23 (9.38% from 255 or 7.06% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 185 (72.66% from 255 or 56.75% from 326); Max value from RGB is 185 - color contains mainly: blue. Hex color #1776B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1776B9 is #E88946. Grayscale: #606060. Windows color (decimal): -15239495 or 12154391. OLE color: 12154391.
HSL color Cylindrical-coordinate representation of color #1776B9: hue angle of 204.81º 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 #1776B9 is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 118 | 185 | - |
| CMYK | 0.88 | 0.36 | 0 | 0.27 |
| HSL | 204.81º | 0.78% | 0.41% | - |
| HSV(B) | 204.81º | 0.88% | 0.73% | - |
| XYZ | 15.59 | 16.64 | 48.29 | - |
| YUV | 97.23 | 177.53 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 118 | 185 | 0.88 | 0.36 | 0 | 0.27 | 204.81 | 0.78 | 0.41 |
| Hex | 17 | 76 | B9 | 58 | 24 | 0 | 1B | CD | 4E | 29 |
| Octal | 27 | 166 | 271 | 130 | 44 | 0 | 33 | 315 | 116 | 51 |
| Binary | 10111 | 1110110 | 10111001 | 1011000 | 100100 | 0 | 11011 | 11001101 | 1001110 | 101001 |
Color Harmonies of #1776B9
Complementary color
Monochromatic Colors of #1776B9
Black with #1776B9
Text Example
Text Example
White with #1776B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1776B9; }
p { color: rgb(23,118,185); }
H1.HeaderClassName
{
color: #1776B9;
}
.AnyTagClassName
{
color: #1776B9;
}
</style>
background-color css
<style>
a { background-color: #1776B9; }
a { background-color: rgb(23,118,185); }
div.DivClassName
{
background-color: #1776B9;
}
.BgClassName
{
background-color: #1776B9;
}
</style>
border-color css
<style>
span { border-color: #1776B9; }
span { border-color: rgb(23,118,185); }
td.TdClassName
{
border-color: #1776B9;
}
.TagClassName
{
border-color: #1776B9;
}
</style>