Shades of Eastern Blue #028A9A
Tints of Eastern Blue #028A9A
RGB
CMYK
RGB Variations
Color information
#028A9A (or 0x028A9A) is known color: Eastern Blue. HEX triplet: 02, 8A and 9A. RGB value is (2,138,154). Sum of RGB (Red+Green+Blue) = 2+138+154=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #028A9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028A9A is #FD7565. Grayscale: #626262. Windows color (decimal): -16610662 or 10127874. OLE color: 10127874.
HSL color Cylindrical-coordinate representation of color #028A9A: hue angle of 186.32º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028A9A is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 138 | 154 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.40 |
| HSL | 186.32º | 0.97% | 0.31% | - |
| HSV(B) | 186.32º | 0.99% | 0.6% | - |
| XYZ | 14.95 | 20.52 | 33.75 | - |
| YUV | 99.16 | 158.94 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 138 | 154 | 0.99 | 0.10 | 0 | 0.40 | 186.32 | 0.97 | 0.31 |
| Hex | 2 | 8A | 9A | 63 | A | 0 | 28 | BA | 61 | 1F |
| Octal | 2 | 212 | 232 | 143 | 12 | 0 | 50 | 272 | 141 | 37 |
| Binary | 10 | 10001010 | 10011010 | 1100011 | 1010 | 0 | 101000 | 10111010 | 1100001 | 11111 |
Color Harmonies of #028A9A
Complementary color
Monochromatic Colors of #028A9A
Black with #028A9A
Text Example
Text Example
White with #028A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028A9A; }
p { color: rgb(2,138,154); }
H1.HeaderClassName
{
color: #028A9A;
}
.AnyTagClassName
{
color: #028A9A;
}
</style>
background-color css
<style>
a { background-color: #028A9A; }
a { background-color: rgb(2,138,154); }
div.DivClassName
{
background-color: #028A9A;
}
.BgClassName
{
background-color: #028A9A;
}
</style>
border-color css
<style>
span { border-color: #028A9A; }
span { border-color: rgb(2,138,154); }
td.TdClassName
{
border-color: #028A9A;
}
.TagClassName
{
border-color: #028A9A;
}
</style>