Shades of Eastern Blue #16819F
Tints of Eastern Blue #16819F
RGB
CMYK
RGB Variations
Color information
#16819F (or 0x16819F) is known color: Eastern Blue. HEX triplet: 16, 81 and 9F. RGB value is (22,129,159). Sum of RGB (Red+Green+Blue) = 22+129+159=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #16819F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16819F is #E97E60. Grayscale: #646464. Windows color (decimal): -15302241 or 10453270. OLE color: 10453270.
HSL color Cylindrical-coordinate representation of color #16819F: hue angle of 193.14º 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 #16819F is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 129 | 159 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.38 |
| HSL | 193.14º | 0.76% | 0.35% | - |
| HSV(B) | 193.14º | 0.86% | 0.62% | - |
| XYZ | 14.44 | 18.37 | 35.59 | - |
| YUV | 100.43 | 161.05 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 129 | 159 | 0.86 | 0.19 | 0 | 0.38 | 193.14 | 0.76 | 0.35 |
| Hex | 16 | 81 | 9F | 56 | 13 | 0 | 26 | C1 | 4C | 23 |
| Octal | 26 | 201 | 237 | 126 | 23 | 0 | 46 | 301 | 114 | 43 |
| Binary | 10110 | 10000001 | 10011111 | 1010110 | 10011 | 0 | 100110 | 11000001 | 1001100 | 100011 |
Color Harmonies of #16819F
Complementary color
Monochromatic Colors of #16819F
Black with #16819F
Text Example
Text Example
White with #16819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16819F; }
p { color: rgb(22,129,159); }
H1.HeaderClassName
{
color: #16819F;
}
.AnyTagClassName
{
color: #16819F;
}
</style>
background-color css
<style>
a { background-color: #16819F; }
a { background-color: rgb(22,129,159); }
div.DivClassName
{
background-color: #16819F;
}
.BgClassName
{
background-color: #16819F;
}
</style>
border-color css
<style>
span { border-color: #16819F; }
span { border-color: rgb(22,129,159); }
td.TdClassName
{
border-color: #16819F;
}
.TagClassName
{
border-color: #16819F;
}
</style>