Shades of Denim #1770BA
Tints of Denim #1770BA
RGB
CMYK
RGB Variations
Color information
#1770BA (or 0x1770BA) is known color: Denim. HEX triplet: 17, 70 and BA. RGB value is (23,112,186). Sum of RGB (Red+Green+Blue) = 23+112+186=321 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.17% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #1770BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1770BA is #E88F45. Grayscale: #5D5D5D. Windows color (decimal): -15241030 or 12218391. OLE color: 12218391.
HSL color Cylindrical-coordinate representation of color #1770BA: hue angle of 207.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 #1770BA is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 112 | 186 | - |
| CMYK | 0.88 | 0.40 | 0 | 0.27 |
| HSL | 207.24º | 0.78% | 0.41% | - |
| HSV(B) | 207.24º | 0.88% | 0.73% | - |
| XYZ | 15.01 | 15.32 | 48.62 | - |
| YUV | 93.83 | 180.01 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 112 | 186 | 0.88 | 0.40 | 0 | 0.27 | 207.24 | 0.78 | 0.41 |
| Hex | 17 | 70 | BA | 58 | 28 | 0 | 1B | CF | 4E | 29 |
| Octal | 27 | 160 | 272 | 130 | 50 | 0 | 33 | 317 | 116 | 51 |
| Binary | 10111 | 1110000 | 10111010 | 1011000 | 101000 | 0 | 11011 | 11001111 | 1001110 | 101001 |
Color Harmonies of #1770BA
Complementary color
Monochromatic Colors of #1770BA
Black with #1770BA
Text Example
Text Example
White with #1770BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1770BA; }
p { color: rgb(23,112,186); }
H1.HeaderClassName
{
color: #1770BA;
}
.AnyTagClassName
{
color: #1770BA;
}
</style>
background-color css
<style>
a { background-color: #1770BA; }
a { background-color: rgb(23,112,186); }
div.DivClassName
{
background-color: #1770BA;
}
.BgClassName
{
background-color: #1770BA;
}
</style>
border-color css
<style>
span { border-color: #1770BA; }
span { border-color: rgb(23,112,186); }
td.TdClassName
{
border-color: #1770BA;
}
.TagClassName
{
border-color: #1770BA;
}
</style>