Shades of Denim #1773BA
Tints of Denim #1773BA
RGB
CMYK
RGB Variations
Color information
#1773BA (or 0x1773BA) is known color: Denim. HEX triplet: 17, 73 and BA. RGB value is (23,115,186). Sum of RGB (Red+Green+Blue) = 23+115+186=324 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.10% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #1773BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1773BA is #E88C45. Grayscale: #5F5F5F. Windows color (decimal): -15240262 or 12219159. OLE color: 12219159.
HSL color Cylindrical-coordinate representation of color #1773BA: hue angle of 206.13º 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 #1773BA is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 115 | 186 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.27 |
| HSL | 206.14º | 0.78% | 0.41% | - |
| HSV(B) | 206.14º | 0.88% | 0.73% | - |
| XYZ | 15.35 | 15.99 | 48.73 | - |
| YUV | 95.59 | 179.02 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 115 | 186 | 0.88 | 0.38 | 0 | 0.27 | 206.14 | 0.78 | 0.41 |
| Hex | 17 | 73 | BA | 58 | 26 | 0 | 1B | CE | 4E | 29 |
| Octal | 27 | 163 | 272 | 130 | 46 | 0 | 33 | 316 | 116 | 51 |
| Binary | 10111 | 1110011 | 10111010 | 1011000 | 100110 | 0 | 11011 | 11001110 | 1001110 | 101001 |
Color Harmonies of #1773BA
Complementary color
Monochromatic Colors of #1773BA
Black with #1773BA
Text Example
Text Example
White with #1773BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1773BA; }
p { color: rgb(23,115,186); }
H1.HeaderClassName
{
color: #1773BA;
}
.AnyTagClassName
{
color: #1773BA;
}
</style>
background-color css
<style>
a { background-color: #1773BA; }
a { background-color: rgb(23,115,186); }
div.DivClassName
{
background-color: #1773BA;
}
.BgClassName
{
background-color: #1773BA;
}
</style>
border-color css
<style>
span { border-color: #1773BA; }
span { border-color: rgb(23,115,186); }
td.TdClassName
{
border-color: #1773BA;
}
.TagClassName
{
border-color: #1773BA;
}
</style>