Shades of Eastern Blue #10889E
Tints of Eastern Blue #10889E
RGB
CMYK
RGB Variations
Color information
#10889E (or 0x10889E) is known color: Eastern Blue. HEX triplet: 10, 88 and 9E. RGB value is (16,136,158). Sum of RGB (Red+Green+Blue) = 16+136+158=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #10889E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10889E is #EF7761. Grayscale: #666666. Windows color (decimal): -15693666 or 10389520. OLE color: 10389520.
HSL color Cylindrical-coordinate representation of color #10889E: hue angle of 189.3º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10889E is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 136 | 158 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.38 |
| HSL | 189.3º | 0.82% | 0.34% | - |
| HSV(B) | 189.3º | 0.9% | 0.62% | - |
| XYZ | 15.19 | 20.19 | 35.44 | - |
| YUV | 102.63 | 159.24 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 136 | 158 | 0.90 | 0.14 | 0 | 0.38 | 189.3 | 0.82 | 0.34 |
| Hex | 10 | 88 | 9E | 5A | E | 0 | 26 | BD | 52 | 22 |
| Octal | 20 | 210 | 236 | 132 | 16 | 0 | 46 | 275 | 122 | 42 |
| Binary | 10000 | 10001000 | 10011110 | 1011010 | 1110 | 0 | 100110 | 10111101 | 1010010 | 100010 |
Color Harmonies of #10889E
Complementary color
Monochromatic Colors of #10889E
Black with #10889E
Text Example
Text Example
White with #10889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10889E; }
p { color: rgb(16,136,158); }
H1.HeaderClassName
{
color: #10889E;
}
.AnyTagClassName
{
color: #10889E;
}
</style>
background-color css
<style>
a { background-color: #10889E; }
a { background-color: rgb(16,136,158); }
div.DivClassName
{
background-color: #10889E;
}
.BgClassName
{
background-color: #10889E;
}
</style>
border-color css
<style>
span { border-color: #10889E; }
span { border-color: rgb(16,136,158); }
td.TdClassName
{
border-color: #10889E;
}
.TagClassName
{
border-color: #10889E;
}
</style>