Shades of Denim #1777BD
Tints of Denim #1777BD
RGB
CMYK
RGB Variations
Color information
#1777BD (or 0x1777BD) is known color: Denim. HEX triplet: 17, 77 and BD. RGB value is (23,119,189). Sum of RGB (Red+Green+Blue) = 23+119+189=331 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.95% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #1777BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1777BD is #E88842. Grayscale: #616161. Windows color (decimal): -15239235 or 12416791. OLE color: 12416791.
HSL color Cylindrical-coordinate representation of color #1777BD: hue angle of 205.3º 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 #1777BD is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 119 | 189 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.26 |
| HSL | 205.3º | 0.78% | 0.42% | - |
| HSV(B) | 205.3º | 0.88% | 0.74% | - |
| XYZ | 16.14 | 17.05 | 50.58 | - |
| YUV | 98.28 | 179.2 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 119 | 189 | 0.88 | 0.37 | 0 | 0.26 | 205.3 | 0.78 | 0.42 |
| Hex | 17 | 77 | BD | 58 | 25 | 0 | 1A | CD | 4E | 2A |
| Octal | 27 | 167 | 275 | 130 | 45 | 0 | 32 | 315 | 116 | 52 |
| Binary | 10111 | 1110111 | 10111101 | 1011000 | 100101 | 0 | 11010 | 11001101 | 1001110 | 101010 |
Color Harmonies of #1777BD
Complementary color
Monochromatic Colors of #1777BD
Black with #1777BD
Text Example
Text Example
White with #1777BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1777BD; }
p { color: rgb(23,119,189); }
H1.HeaderClassName
{
color: #1777BD;
}
.AnyTagClassName
{
color: #1777BD;
}
</style>
background-color css
<style>
a { background-color: #1777BD; }
a { background-color: rgb(23,119,189); }
div.DivClassName
{
background-color: #1777BD;
}
.BgClassName
{
background-color: #1777BD;
}
</style>
border-color css
<style>
span { border-color: #1777BD; }
span { border-color: rgb(23,119,189); }
td.TdClassName
{
border-color: #1777BD;
}
.TagClassName
{
border-color: #1777BD;
}
</style>