Shades of Eastern Blue #0A819F
Tints of Eastern Blue #0A819F
RGB
CMYK
RGB Variations
Color information
#0A819F (or 0x0A819F) is known color: Eastern Blue. HEX triplet: 0A, 81 and 9F. RGB value is (10,129,159). Sum of RGB (Red+Green+Blue) = 10+129+159=298 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.36% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A819F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A819F is #F57E60. Grayscale: #606060. Windows color (decimal): -16088673 or 10453258. OLE color: 10453258.
HSL color Cylindrical-coordinate representation of color #0A819F: hue angle of 192.08º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A819F is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 10 | 129 | 159 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.38 |
| HSL | 192.08º | 0.88% | 0.33% | - |
| HSV(B) | 192.08º | 0.94% | 0.62% | - |
| XYZ | 14.23 | 18.27 | 35.58 | - |
| YUV | 96.84 | 163.08 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 159 | 0.94 | 0.19 | 0 | 0.38 | 192.08 | 0.88 | 0.33 |
| Hex | A | 81 | 9F | 5E | 13 | 0 | 26 | C0 | 58 | 21 |
| Octal | 12 | 201 | 237 | 136 | 23 | 0 | 46 | 300 | 130 | 41 |
| Binary | 1010 | 10000001 | 10011111 | 1011110 | 10011 | 0 | 100110 | 11000000 | 1011000 | 100001 |
Color Harmonies of #0A819F
Complementary color
Monochromatic Colors of #0A819F
Black with #0A819F
Text Example
Text Example
White with #0A819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A819F; }
p { color: rgb(10,129,159); }
H1.HeaderClassName
{
color: #0A819F;
}
.AnyTagClassName
{
color: #0A819F;
}
</style>
background-color css
<style>
a { background-color: #0A819F; }
a { background-color: rgb(10,129,159); }
div.DivClassName
{
background-color: #0A819F;
}
.BgClassName
{
background-color: #0A819F;
}
</style>
border-color css
<style>
span { border-color: #0A819F; }
span { border-color: rgb(10,129,159); }
td.TdClassName
{
border-color: #0A819F;
}
.TagClassName
{
border-color: #0A819F;
}
</style>