Shades of Eastern Blue #16879E
Tints of Eastern Blue #16879E
RGB
CMYK
RGB Variations
Color information
#16879E (or 0x16879E) is known color: Eastern Blue. HEX triplet: 16, 87 and 9E. RGB value is (22,135,158). Sum of RGB (Red+Green+Blue) = 22+135+158=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #16879E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16879E is #E97861. Grayscale: #676767. Windows color (decimal): -15300706 or 10389270. OLE color: 10389270.
HSL color Cylindrical-coordinate representation of color #16879E: hue angle of 190.15º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16879E is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 135 | 158 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.38 |
| HSL | 190.15º | 0.76% | 0.35% | - |
| HSV(B) | 190.15º | 0.86% | 0.62% | - |
| XYZ | 15.17 | 19.97 | 35.4 | - |
| YUV | 103.84 | 158.56 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 135 | 158 | 0.86 | 0.15 | 0 | 0.38 | 190.15 | 0.76 | 0.35 |
| Hex | 16 | 87 | 9E | 56 | F | 0 | 26 | BE | 4C | 23 |
| Octal | 26 | 207 | 236 | 126 | 17 | 0 | 46 | 276 | 114 | 43 |
| Binary | 10110 | 10000111 | 10011110 | 1010110 | 1111 | 0 | 100110 | 10111110 | 1001100 | 100011 |
Color Harmonies of #16879E
Complementary color
Monochromatic Colors of #16879E
Black with #16879E
Text Example
Text Example
White with #16879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16879E; }
p { color: rgb(22,135,158); }
H1.HeaderClassName
{
color: #16879E;
}
.AnyTagClassName
{
color: #16879E;
}
</style>
background-color css
<style>
a { background-color: #16879E; }
a { background-color: rgb(22,135,158); }
div.DivClassName
{
background-color: #16879E;
}
.BgClassName
{
background-color: #16879E;
}
</style>
border-color css
<style>
span { border-color: #16879E; }
span { border-color: rgb(22,135,158); }
td.TdClassName
{
border-color: #16879E;
}
.TagClassName
{
border-color: #16879E;
}
</style>