Shades of Eastern Blue #1188A3
Tints of Eastern Blue #1188A3
RGB
CMYK
RGB Variations
Color information
#1188A3 (or 0x1188A3) is known color: Eastern Blue. HEX triplet: 11, 88 and A3. RGB value is (17,136,163). Sum of RGB (Red+Green+Blue) = 17+136+163=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 163 (64.06% from 255 or 51.58% from 316); Max value from RGB is 163 - color contains mainly: blue. Hex color #1188A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1188A3 is #EE775C. Grayscale: #676767. Windows color (decimal): -15628125 or 10717201. OLE color: 10717201.
HSL color Cylindrical-coordinate representation of color #1188A3: hue angle of 191.1º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1188A3 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 136 | 163 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.36 |
| HSL | 191.1º | 0.81% | 0.35% | - |
| HSV(B) | 191.1º | 0.9% | 0.64% | - |
| XYZ | 15.65 | 20.37 | 37.76 | - |
| YUV | 103.5 | 161.58 | 66.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 163 | 0.90 | 0.17 | 0 | 0.36 | 191.1 | 0.81 | 0.35 |
| Hex | 11 | 88 | A3 | 5A | 11 | 0 | 24 | BF | 51 | 23 |
| Octal | 21 | 210 | 243 | 132 | 21 | 0 | 44 | 277 | 121 | 43 |
| Binary | 10001 | 10001000 | 10100011 | 1011010 | 10001 | 0 | 100100 | 10111111 | 1010001 | 100011 |
Color Harmonies of #1188A3
Complementary color
Monochromatic Colors of #1188A3
Black with #1188A3
Text Example
Text Example
White with #1188A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1188A3; }
p { color: rgb(17,136,163); }
H1.HeaderClassName
{
color: #1188A3;
}
.AnyTagClassName
{
color: #1188A3;
}
</style>
background-color css
<style>
a { background-color: #1188A3; }
a { background-color: rgb(17,136,163); }
div.DivClassName
{
background-color: #1188A3;
}
.BgClassName
{
background-color: #1188A3;
}
</style>
border-color css
<style>
span { border-color: #1188A3; }
span { border-color: rgb(17,136,163); }
td.TdClassName
{
border-color: #1188A3;
}
.TagClassName
{
border-color: #1188A3;
}
</style>