Shades of Eastern Blue #10879C
Tints of Eastern Blue #10879C
RGB
CMYK
RGB Variations
Color information
#10879C (or 0x10879C) is known color: Eastern Blue. HEX triplet: 10, 87 and 9C. RGB value is (16,135,156). Sum of RGB (Red+Green+Blue) = 16+135+156=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #10879C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10879C is #EF7863. Grayscale: #656565. Windows color (decimal): -15693924 or 10258192. OLE color: 10258192.
HSL color Cylindrical-coordinate representation of color #10879C: hue angle of 189º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10879C is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 16 | 135 | 156 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.39 |
| HSL | 189º | 0.81% | 0.34% | - |
| HSV(B) | 189º | 0.9% | 0.61% | - |
| XYZ | 14.88 | 19.84 | 34.5 | - |
| YUV | 101.81 | 158.58 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 156 | 0.90 | 0.13 | 0 | 0.39 | 189 | 0.81 | 0.34 |
| Hex | 10 | 87 | 9C | 5A | D | 0 | 27 | BD | 51 | 22 |
| Octal | 20 | 207 | 234 | 132 | 15 | 0 | 47 | 275 | 121 | 42 |
| Binary | 10000 | 10000111 | 10011100 | 1011010 | 1101 | 0 | 100111 | 10111101 | 1010001 | 100010 |
Color Harmonies of #10879C
Complementary color
Monochromatic Colors of #10879C
Black with #10879C
Text Example
Text Example
White with #10879C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10879C; }
p { color: rgb(16,135,156); }
H1.HeaderClassName
{
color: #10879C;
}
.AnyTagClassName
{
color: #10879C;
}
</style>
background-color css
<style>
a { background-color: #10879C; }
a { background-color: rgb(16,135,156); }
div.DivClassName
{
background-color: #10879C;
}
.BgClassName
{
background-color: #10879C;
}
</style>
border-color css
<style>
span { border-color: #10879C; }
span { border-color: rgb(16,135,156); }
td.TdClassName
{
border-color: #10879C;
}
.TagClassName
{
border-color: #10879C;
}
</style>