Shades of Eastern Blue #10879D
Tints of Eastern Blue #10879D
RGB
CMYK
RGB Variations
Color information
#10879D (or 0x10879D) is known color: Eastern Blue. HEX triplet: 10, 87 and 9D. RGB value is (16,135,157). Sum of RGB (Red+Green+Blue) = 16+135+157=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #10879D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10879D is #EF7862. Grayscale: #656565. Windows color (decimal): -15693923 or 10323728. OLE color: 10323728.
HSL color Cylindrical-coordinate representation of color #10879D: hue angle of 189.36º 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 #10879D is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 16 | 135 | 157 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.38 |
| HSL | 189.36º | 0.82% | 0.34% | - |
| HSV(B) | 189.36º | 0.9% | 0.62% | - |
| XYZ | 14.96 | 19.87 | 34.95 | - |
| YUV | 101.93 | 159.08 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 157 | 0.90 | 0.14 | 0 | 0.38 | 189.36 | 0.82 | 0.34 |
| Hex | 10 | 87 | 9D | 5A | E | 0 | 26 | BD | 52 | 22 |
| Octal | 20 | 207 | 235 | 132 | 16 | 0 | 46 | 275 | 122 | 42 |
| Binary | 10000 | 10000111 | 10011101 | 1011010 | 1110 | 0 | 100110 | 10111101 | 1010010 | 100010 |
Color Harmonies of #10879D
Complementary color
Monochromatic Colors of #10879D
Black with #10879D
Text Example
Text Example
White with #10879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10879D; }
p { color: rgb(16,135,157); }
H1.HeaderClassName
{
color: #10879D;
}
.AnyTagClassName
{
color: #10879D;
}
</style>
background-color css
<style>
a { background-color: #10879D; }
a { background-color: rgb(16,135,157); }
div.DivClassName
{
background-color: #10879D;
}
.BgClassName
{
background-color: #10879D;
}
</style>
border-color css
<style>
span { border-color: #10879D; }
span { border-color: rgb(16,135,157); }
td.TdClassName
{
border-color: #10879D;
}
.TagClassName
{
border-color: #10879D;
}
</style>