Shades of Eastern Blue #08819E
Tints of Eastern Blue #08819E
RGB
CMYK
RGB Variations
Color information
#08819E (or 0x08819E) is known color: Eastern Blue. HEX triplet: 08, 81 and 9E. RGB value is (8,129,158). Sum of RGB (Red+Green+Blue) = 8+129+158=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #08819E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08819E is #F77E61. Grayscale: #5F5F5F. Windows color (decimal): -16219746 or 10387720. OLE color: 10387720.
HSL color Cylindrical-coordinate representation of color #08819E: hue angle of 191.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08819E is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 129 | 158 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.38 |
| HSL | 191.6º | 0.9% | 0.33% | - |
| HSV(B) | 191.6º | 0.95% | 0.62% | - |
| XYZ | 14.12 | 18.22 | 35.12 | - |
| YUV | 96.13 | 162.91 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 129 | 158 | 0.95 | 0.18 | 0 | 0.38 | 191.6 | 0.9 | 0.33 |
| Hex | 8 | 81 | 9E | 5F | 12 | 0 | 26 | C0 | 5A | 21 |
| Octal | 10 | 201 | 236 | 137 | 22 | 0 | 46 | 300 | 132 | 41 |
| Binary | 1000 | 10000001 | 10011110 | 1011111 | 10010 | 0 | 100110 | 11000000 | 1011010 | 100001 |
Color Harmonies of #08819E
Complementary color
Monochromatic Colors of #08819E
Black with #08819E
Text Example
Text Example
White with #08819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08819E; }
p { color: rgb(8,129,158); }
H1.HeaderClassName
{
color: #08819E;
}
.AnyTagClassName
{
color: #08819E;
}
</style>
background-color css
<style>
a { background-color: #08819E; }
a { background-color: rgb(8,129,158); }
div.DivClassName
{
background-color: #08819E;
}
.BgClassName
{
background-color: #08819E;
}
</style>
border-color css
<style>
span { border-color: #08819E; }
span { border-color: rgb(8,129,158); }
td.TdClassName
{
border-color: #08819E;
}
.TagClassName
{
border-color: #08819E;
}
</style>