Shades of Eastern Blue #1194A7
Tints of Eastern Blue #1194A7
RGB
CMYK
RGB Variations
Color information
#1194A7 (or 0x1194A7) is known color: Eastern Blue. HEX triplet: 11, 94 and A7. RGB value is (17,148,167). Sum of RGB (Red+Green+Blue) = 17+148+167=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 167 (65.62% from 255 or 50.30% from 332); Max value from RGB is 167 - color contains mainly: blue. Hex color #1194A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1194A7 is #EE6B58. Grayscale: #6E6E6E. Windows color (decimal): -15625049 or 10982417. OLE color: 10982417.
HSL color Cylindrical-coordinate representation of color #1194A7: hue angle of 187.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1194A7 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 148 | 167 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.35 |
| HSL | 187.6º | 0.82% | 0.36% | - |
| HSV(B) | 187.6º | 0.9% | 0.65% | - |
| XYZ | 17.8 | 24.09 | 40.27 | - |
| YUV | 111 | 159.6 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 167 | 0.90 | 0.11 | 0 | 0.35 | 187.6 | 0.82 | 0.36 |
| Hex | 11 | 94 | A7 | 5A | B | 0 | 23 | BC | 52 | 24 |
| Octal | 21 | 224 | 247 | 132 | 13 | 0 | 43 | 274 | 122 | 44 |
| Binary | 10001 | 10010100 | 10100111 | 1011010 | 1011 | 0 | 100011 | 10111100 | 1010010 | 100100 |
Color Harmonies of #1194A7
Complementary color
Monochromatic Colors of #1194A7
Black with #1194A7
Text Example
Text Example
White with #1194A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1194A7; }
p { color: rgb(17,148,167); }
H1.HeaderClassName
{
color: #1194A7;
}
.AnyTagClassName
{
color: #1194A7;
}
</style>
background-color css
<style>
a { background-color: #1194A7; }
a { background-color: rgb(17,148,167); }
div.DivClassName
{
background-color: #1194A7;
}
.BgClassName
{
background-color: #1194A7;
}
</style>
border-color css
<style>
span { border-color: #1194A7; }
span { border-color: rgb(17,148,167); }
td.TdClassName
{
border-color: #1194A7;
}
.TagClassName
{
border-color: #1194A7;
}
</style>