Shades of Eastern Blue #028192
Tints of Eastern Blue #028192
RGB
CMYK
RGB Variations
Color information
#028192 (or 0x028192) is known color: Eastern Blue. HEX triplet: 02, 81 and 92. RGB value is (2,129,146). Sum of RGB (Red+Green+Blue) = 2+129+146=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #028192 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028192 is #FD7E6D. Grayscale: #5C5C5C. Windows color (decimal): -16612974 or 9601282. OLE color: 9601282.
HSL color Cylindrical-coordinate representation of color #028192: hue angle of 187.08º 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 #028192 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 129 | 146 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.43 |
| HSL | 187.08º | 0.97% | 0.29% | - |
| HSV(B) | 187.08º | 0.99% | 0.57% | - |
| XYZ | 13.06 | 17.79 | 29.94 | - |
| YUV | 92.97 | 157.92 | 63.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 146 | 0.99 | 0.12 | 0 | 0.43 | 187.08 | 0.97 | 0.29 |
| Hex | 2 | 81 | 92 | 63 | C | 0 | 2B | BB | 61 | 1D |
| Octal | 2 | 201 | 222 | 143 | 14 | 0 | 53 | 273 | 141 | 35 |
| Binary | 10 | 10000001 | 10010010 | 1100011 | 1100 | 0 | 101011 | 10111011 | 1100001 | 11101 |
Color Harmonies of #028192
Complementary color
Monochromatic Colors of #028192
Black with #028192
Text Example
Text Example
White with #028192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028192; }
p { color: rgb(2,129,146); }
H1.HeaderClassName
{
color: #028192;
}
.AnyTagClassName
{
color: #028192;
}
</style>
background-color css
<style>
a { background-color: #028192; }
a { background-color: rgb(2,129,146); }
div.DivClassName
{
background-color: #028192;
}
.BgClassName
{
background-color: #028192;
}
</style>
border-color css
<style>
span { border-color: #028192; }
span { border-color: rgb(2,129,146); }
td.TdClassName
{
border-color: #028192;
}
.TagClassName
{
border-color: #028192;
}
</style>