Shades of Eastern Blue #0084A2
Tints of Eastern Blue #0084A2
RGB
CMYK
RGB Variations
Color information
#0084A2 (or 0x0084A2) is known color: Eastern Blue. HEX triplet: 00, 84 and A2. RGB value is (0,132,162). Sum of RGB (Red+Green+Blue) = 0+132+162=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 162 (63.67% from 255 or 55.10% from 294); Max value from RGB is 162 - color contains mainly: blue. Hex color #0084A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0084A2 is #FF7B5D. Grayscale: #5F5F5F. Windows color (decimal): -16743262 or 10650624. OLE color: 10650624.
HSL color Cylindrical-coordinate representation of color #0084A2: hue angle of 191.11º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0084A2 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 132 | 162 | - |
| CMYK | 1 | 0.19 | 0 | 0.36 |
| HSL | 191.11º | 1% | 0.32% | - |
| HSV(B) | 191.11º | 1% | 0.64% | - |
| XYZ | 14.77 | 19.11 | 37.09 | - |
| YUV | 95.95 | 165.27 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 162 | 1 | 0.19 | 0 | 0.36 | 191.11 | 1 | 0.32 |
| Hex | 0 | 84 | A2 | 64 | 13 | 0 | 24 | BF | 64 | 20 |
| Octal | 0 | 204 | 242 | 144 | 23 | 0 | 44 | 277 | 144 | 40 |
| Binary | 0 | 10000100 | 10100010 | 1100100 | 10011 | 0 | 100100 | 10111111 | 1100100 | 100000 |
Color Harmonies of #0084A2
Complementary color
Monochromatic Colors of #0084A2
Black with #0084A2
Text Example
Text Example
White with #0084A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0084A2; }
p { color: rgb(0,132,162); }
H1.HeaderClassName
{
color: #0084A2;
}
.AnyTagClassName
{
color: #0084A2;
}
</style>
background-color css
<style>
a { background-color: #0084A2; }
a { background-color: rgb(0,132,162); }
div.DivClassName
{
background-color: #0084A2;
}
.BgClassName
{
background-color: #0084A2;
}
</style>
border-color css
<style>
span { border-color: #0084A2; }
span { border-color: rgb(0,132,162); }
td.TdClassName
{
border-color: #0084A2;
}
.TagClassName
{
border-color: #0084A2;
}
</style>