Shades of Eastern Blue #028293
Tints of Eastern Blue #028293
RGB
CMYK
RGB Variations
Color information
#028293 (or 0x028293) is known color: Eastern Blue. HEX triplet: 02, 82 and 93. RGB value is (2,130,147). Sum of RGB (Red+Green+Blue) = 2+130+147=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #028293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028293 is #FD7D6C. Grayscale: #5D5D5D. Windows color (decimal): -16612717 or 9667074. OLE color: 9667074.
HSL color Cylindrical-coordinate representation of color #028293: hue angle of 187.03º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028293 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 130 | 147 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.42 |
| HSL | 187.03º | 0.97% | 0.29% | - |
| HSV(B) | 187.03º | 0.99% | 0.58% | - |
| XYZ | 13.27 | 18.08 | 30.39 | - |
| YUV | 93.67 | 158.09 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 147 | 0.99 | 0.12 | 0 | 0.42 | 187.03 | 0.97 | 0.29 |
| Hex | 2 | 82 | 93 | 63 | C | 0 | 2A | BB | 61 | 1D |
| Octal | 2 | 202 | 223 | 143 | 14 | 0 | 52 | 273 | 141 | 35 |
| Binary | 10 | 10000010 | 10010011 | 1100011 | 1100 | 0 | 101010 | 10111011 | 1100001 | 11101 |
Color Harmonies of #028293
Complementary color
Monochromatic Colors of #028293
Black with #028293
Text Example
Text Example
White with #028293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028293; }
p { color: rgb(2,130,147); }
H1.HeaderClassName
{
color: #028293;
}
.AnyTagClassName
{
color: #028293;
}
</style>
background-color css
<style>
a { background-color: #028293; }
a { background-color: rgb(2,130,147); }
div.DivClassName
{
background-color: #028293;
}
.BgClassName
{
background-color: #028293;
}
</style>
border-color css
<style>
span { border-color: #028293; }
span { border-color: rgb(2,130,147); }
td.TdClassName
{
border-color: #028293;
}
.TagClassName
{
border-color: #028293;
}
</style>