Shades of Eastern Blue #16829D
Tints of Eastern Blue #16829D
RGB
CMYK
RGB Variations
Color information
#16829D (or 0x16829D) is known color: Eastern Blue. HEX triplet: 16, 82 and 9D. RGB value is (22,130,157). Sum of RGB (Red+Green+Blue) = 22+130+157=309 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.12% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #16829D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16829D is #E97D62. Grayscale: #646464. Windows color (decimal): -15301987 or 10322454. OLE color: 10322454.
HSL color Cylindrical-coordinate representation of color #16829D: hue angle of 192º degrees, saturation: 0.75, 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 #16829D is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 22 | 130 | 157 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.38 |
| HSL | 192º | 0.75% | 0.35% | - |
| HSV(B) | 192º | 0.86% | 0.62% | - |
| XYZ | 14.4 | 18.57 | 34.72 | - |
| YUV | 100.79 | 159.72 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 157 | 0.86 | 0.17 | 0 | 0.38 | 192 | 0.75 | 0.35 |
| Hex | 16 | 82 | 9D | 56 | 11 | 0 | 26 | C0 | 4B | 23 |
| Octal | 26 | 202 | 235 | 126 | 21 | 0 | 46 | 300 | 113 | 43 |
| Binary | 10110 | 10000010 | 10011101 | 1010110 | 10001 | 0 | 100110 | 11000000 | 1001011 | 100011 |
Color Harmonies of #16829D
Complementary color
Monochromatic Colors of #16829D
Black with #16829D
Text Example
Text Example
White with #16829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16829D; }
p { color: rgb(22,130,157); }
H1.HeaderClassName
{
color: #16829D;
}
.AnyTagClassName
{
color: #16829D;
}
</style>
background-color css
<style>
a { background-color: #16829D; }
a { background-color: rgb(22,130,157); }
div.DivClassName
{
background-color: #16829D;
}
.BgClassName
{
background-color: #16829D;
}
</style>
border-color css
<style>
span { border-color: #16829D; }
span { border-color: rgb(22,130,157); }
td.TdClassName
{
border-color: #16829D;
}
.TagClassName
{
border-color: #16829D;
}
</style>