Shades of Eastern Blue #028091
Tints of Eastern Blue #028091
RGB
CMYK
RGB Variations
Color information
#028091 (or 0x028091) is known color: Eastern Blue. HEX triplet: 02, 80 and 91. RGB value is (2,128,145). Sum of RGB (Red+Green+Blue) = 2+128+145=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #028091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028091 is #FD7F6E. Grayscale: #5C5C5C. Windows color (decimal): -16613231 or 9535490. OLE color: 9535490.
HSL color Cylindrical-coordinate representation of color #028091: hue angle of 187.13º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028091 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 128 | 145 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.43 |
| HSL | 187.13º | 0.97% | 0.29% | - |
| HSV(B) | 187.13º | 0.99% | 0.57% | - |
| XYZ | 12.86 | 17.5 | 29.49 | - |
| YUV | 92.26 | 157.76 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 145 | 0.99 | 0.12 | 0 | 0.43 | 187.13 | 0.97 | 0.29 |
| Hex | 2 | 80 | 91 | 63 | C | 0 | 2B | BB | 61 | 1D |
| Octal | 2 | 200 | 221 | 143 | 14 | 0 | 53 | 273 | 141 | 35 |
| Binary | 10 | 10000000 | 10010001 | 1100011 | 1100 | 0 | 101011 | 10111011 | 1100001 | 11101 |
Color Harmonies of #028091
Complementary color
Monochromatic Colors of #028091
Black with #028091
Text Example
Text Example
White with #028091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028091; }
p { color: rgb(2,128,145); }
H1.HeaderClassName
{
color: #028091;
}
.AnyTagClassName
{
color: #028091;
}
</style>
background-color css
<style>
a { background-color: #028091; }
a { background-color: rgb(2,128,145); }
div.DivClassName
{
background-color: #028091;
}
.BgClassName
{
background-color: #028091;
}
</style>
border-color css
<style>
span { border-color: #028091; }
span { border-color: rgb(2,128,145); }
td.TdClassName
{
border-color: #028091;
}
.TagClassName
{
border-color: #028091;
}
</style>