Shades of Eastern Blue #1192A8
Tints of Eastern Blue #1192A8
RGB
CMYK
RGB Variations
Color information
#1192A8 (or 0x1192A8) is known color: Eastern Blue. HEX triplet: 11, 92 and A8. RGB value is (17,146,168). Sum of RGB (Red+Green+Blue) = 17+146+168=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 168 (66.02% from 255 or 50.76% from 331); Max value from RGB is 168 - color contains mainly: blue. Hex color #1192A8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1192A8 is #EE6D57. Grayscale: #6D6D6D. Windows color (decimal): -15625560 or 11047441. OLE color: 11047441.
HSL color Cylindrical-coordinate representation of color #1192A8: hue angle of 188.74º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1192A8 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 146 | 168 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.34 |
| HSL | 188.74º | 0.82% | 0.36% | - |
| HSV(B) | 188.74º | 0.9% | 0.66% | - |
| XYZ | 17.58 | 23.5 | 40.66 | - |
| YUV | 109.94 | 160.76 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 168 | 0.90 | 0.13 | 0 | 0.34 | 188.74 | 0.82 | 0.36 |
| Hex | 11 | 92 | A8 | 5A | D | 0 | 22 | BD | 52 | 24 |
| Octal | 21 | 222 | 250 | 132 | 15 | 0 | 42 | 275 | 122 | 44 |
| Binary | 10001 | 10010010 | 10101000 | 1011010 | 1101 | 0 | 100010 | 10111101 | 1010010 | 100100 |
Color Harmonies of #1192A8
Complementary color
Monochromatic Colors of #1192A8
Black with #1192A8
Text Example
Text Example
White with #1192A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1192A8; }
p { color: rgb(17,146,168); }
H1.HeaderClassName
{
color: #1192A8;
}
.AnyTagClassName
{
color: #1192A8;
}
</style>
background-color css
<style>
a { background-color: #1192A8; }
a { background-color: rgb(17,146,168); }
div.DivClassName
{
background-color: #1192A8;
}
.BgClassName
{
background-color: #1192A8;
}
</style>
border-color css
<style>
span { border-color: #1192A8; }
span { border-color: rgb(17,146,168); }
td.TdClassName
{
border-color: #1192A8;
}
.TagClassName
{
border-color: #1192A8;
}
</style>