Shades of Eastern Blue #0A819B
Tints of Eastern Blue #0A819B
RGB
CMYK
RGB Variations
Color information
#0A819B (or 0x0A819B) is known color: Eastern Blue. HEX triplet: 0A, 81 and 9B. RGB value is (10,129,155). Sum of RGB (Red+Green+Blue) = 10+129+155=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A819B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A819B is #F57E64. Grayscale: #606060. Windows color (decimal): -16088677 or 10191114. OLE color: 10191114.
HSL color Cylindrical-coordinate representation of color #0A819B: hue angle of 190.76º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A819B is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 129 | 155 | - |
| CMYK | 0.94 | 0.17 | 0 | 0.39 |
| HSL | 190.76º | 0.88% | 0.32% | - |
| HSV(B) | 190.76º | 0.94% | 0.61% | - |
| XYZ | 13.89 | 18.13 | 33.78 | - |
| YUV | 96.38 | 161.08 | 66.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 129 | 155 | 0.94 | 0.17 | 0 | 0.39 | 190.76 | 0.88 | 0.32 |
| Hex | A | 81 | 9B | 5E | 11 | 0 | 27 | BF | 58 | 20 |
| Octal | 12 | 201 | 233 | 136 | 21 | 0 | 47 | 277 | 130 | 40 |
| Binary | 1010 | 10000001 | 10011011 | 1011110 | 10001 | 0 | 100111 | 10111111 | 1011000 | 100000 |
Color Harmonies of #0A819B
Complementary color
Monochromatic Colors of #0A819B
Black with #0A819B
Text Example
Text Example
White with #0A819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A819B; }
p { color: rgb(10,129,155); }
H1.HeaderClassName
{
color: #0A819B;
}
.AnyTagClassName
{
color: #0A819B;
}
</style>
background-color css
<style>
a { background-color: #0A819B; }
a { background-color: rgb(10,129,155); }
div.DivClassName
{
background-color: #0A819B;
}
.BgClassName
{
background-color: #0A819B;
}
</style>
border-color css
<style>
span { border-color: #0A819B; }
span { border-color: rgb(10,129,155); }
td.TdClassName
{
border-color: #0A819B;
}
.TagClassName
{
border-color: #0A819B;
}
</style>