Shades of Eastern Blue #10879E
Tints of Eastern Blue #10879E
RGB
CMYK
RGB Variations
Color information
#10879E (or 0x10879E) is known color: Eastern Blue. HEX triplet: 10, 87 and 9E. RGB value is (16,135,158). Sum of RGB (Red+Green+Blue) = 16+135+158=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #10879E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10879E is #EF7861. Grayscale: #656565. Windows color (decimal): -15693922 or 10389264. OLE color: 10389264.
HSL color Cylindrical-coordinate representation of color #10879E: hue angle of 189.72º 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 #10879E is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 135 | 158 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.38 |
| HSL | 189.72º | 0.82% | 0.34% | - |
| HSV(B) | 189.72º | 0.9% | 0.62% | - |
| XYZ | 15.05 | 19.91 | 35.4 | - |
| YUV | 102.04 | 159.58 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 158 | 0.90 | 0.15 | 0 | 0.38 | 189.72 | 0.82 | 0.34 |
| Hex | 10 | 87 | 9E | 5A | F | 0 | 26 | BE | 52 | 22 |
| Octal | 20 | 207 | 236 | 132 | 17 | 0 | 46 | 276 | 122 | 42 |
| Binary | 10000 | 10000111 | 10011110 | 1011010 | 1111 | 0 | 100110 | 10111110 | 1010010 | 100010 |
Color Harmonies of #10879E
Complementary color
Monochromatic Colors of #10879E
Black with #10879E
Text Example
Text Example
White with #10879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10879E; }
p { color: rgb(16,135,158); }
H1.HeaderClassName
{
color: #10879E;
}
.AnyTagClassName
{
color: #10879E;
}
</style>
background-color css
<style>
a { background-color: #10879E; }
a { background-color: rgb(16,135,158); }
div.DivClassName
{
background-color: #10879E;
}
.BgClassName
{
background-color: #10879E;
}
</style>
border-color css
<style>
span { border-color: #10879E; }
span { border-color: rgb(16,135,158); }
td.TdClassName
{
border-color: #10879E;
}
.TagClassName
{
border-color: #10879E;
}
</style>