Shades of Eastern Blue #16829E
Tints of Eastern Blue #16829E
RGB
CMYK
RGB Variations
Color information
#16829E (or 0x16829E) is known color: Eastern Blue. HEX triplet: 16, 82 and 9E. RGB value is (22,130,158). Sum of RGB (Red+Green+Blue) = 22+130+158=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 130 (51.17% from 255 or 41.94% 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 #16829E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16829E is #E97D61. Grayscale: #646464. Windows color (decimal): -15301986 or 10387990. OLE color: 10387990.
HSL color Cylindrical-coordinate representation of color #16829E: hue angle of 192.35º 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 #16829E is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 130 | 158 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.38 |
| HSL | 192.35º | 0.76% | 0.35% | - |
| HSV(B) | 192.35º | 0.86% | 0.62% | - |
| XYZ | 14.49 | 18.6 | 35.18 | - |
| YUV | 100.9 | 160.22 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 158 | 0.86 | 0.18 | 0 | 0.38 | 192.35 | 0.76 | 0.35 |
| Hex | 16 | 82 | 9E | 56 | 12 | 0 | 26 | C0 | 4C | 23 |
| Octal | 26 | 202 | 236 | 126 | 22 | 0 | 46 | 300 | 114 | 43 |
| Binary | 10110 | 10000010 | 10011110 | 1010110 | 10010 | 0 | 100110 | 11000000 | 1001100 | 100011 |
Color Harmonies of #16829E
Complementary color
Monochromatic Colors of #16829E
Black with #16829E
Text Example
Text Example
White with #16829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16829E; }
p { color: rgb(22,130,158); }
H1.HeaderClassName
{
color: #16829E;
}
.AnyTagClassName
{
color: #16829E;
}
</style>
background-color css
<style>
a { background-color: #16829E; }
a { background-color: rgb(22,130,158); }
div.DivClassName
{
background-color: #16829E;
}
.BgClassName
{
background-color: #16829E;
}
</style>
border-color css
<style>
span { border-color: #16829E; }
span { border-color: rgb(22,130,158); }
td.TdClassName
{
border-color: #16829E;
}
.TagClassName
{
border-color: #16829E;
}
</style>