Shades of Eastern Blue #1193A0
Tints of Eastern Blue #1193A0
RGB
CMYK
RGB Variations
Color information
#1193A0 (or 0x1193A0) is known color: Eastern Blue. HEX triplet: 11, 93 and A0. RGB value is (17,147,160). Sum of RGB (Red+Green+Blue) = 17+147+160=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 160 (62.89% from 255 or 49.38% from 324); Max value from RGB is 160 - color contains mainly: blue. Hex color #1193A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1193A0 is #EE6C5F. Grayscale: #6D6D6D. Windows color (decimal): -15625312 or 10523409. OLE color: 10523409.
HSL color Cylindrical-coordinate representation of color #1193A0: hue angle of 185.45º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1193A0 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 147 | 160 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.37 |
| HSL | 185.45º | 0.81% | 0.35% | - |
| HSV(B) | 185.45º | 0.89% | 0.63% | - |
| XYZ | 17.01 | 23.52 | 36.9 | - |
| YUV | 109.61 | 156.43 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 147 | 160 | 0.89 | 0.08 | 0 | 0.37 | 185.45 | 0.81 | 0.35 |
| Hex | 11 | 93 | A0 | 59 | 8 | 0 | 25 | B9 | 51 | 23 |
| Octal | 21 | 223 | 240 | 131 | 10 | 0 | 45 | 271 | 121 | 43 |
| Binary | 10001 | 10010011 | 10100000 | 1011001 | 1000 | 0 | 100101 | 10111001 | 1010001 | 100011 |
Color Harmonies of #1193A0
Complementary color
Monochromatic Colors of #1193A0
Black with #1193A0
Text Example
Text Example
White with #1193A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1193A0; }
p { color: rgb(17,147,160); }
H1.HeaderClassName
{
color: #1193A0;
}
.AnyTagClassName
{
color: #1193A0;
}
</style>
background-color css
<style>
a { background-color: #1193A0; }
a { background-color: rgb(17,147,160); }
div.DivClassName
{
background-color: #1193A0;
}
.BgClassName
{
background-color: #1193A0;
}
</style>
border-color css
<style>
span { border-color: #1193A0; }
span { border-color: rgb(17,147,160); }
td.TdClassName
{
border-color: #1193A0;
}
.TagClassName
{
border-color: #1193A0;
}
</style>