Shades of Eastern Blue #027D90
Tints of Eastern Blue #027D90
RGB
CMYK
RGB Variations
Color information
#027D90 (or 0x027D90) is known color: Eastern Blue. HEX triplet: 02, 7D and 90. RGB value is (2,125,144). Sum of RGB (Red+Green+Blue) = 2+125+144=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 125 (49.22% from 255 or 46.13% from 271); Blue value is 144 (56.64% from 255 or 53.14% from 271); Max value from RGB is 144 - color contains mainly: blue. Hex color #027D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027D90 is #FD826F. Grayscale: #5A5A5A. Windows color (decimal): -16614000 or 9469186. OLE color: 9469186.
HSL color Cylindrical-coordinate representation of color #027D90: hue angle of 188.03º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027D90 is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 125 | 144 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.44 |
| HSL | 188.03º | 0.97% | 0.29% | - |
| HSV(B) | 188.03º | 0.99% | 0.56% | - |
| XYZ | 12.39 | 16.69 | 28.95 | - |
| YUV | 90.39 | 158.25 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 125 | 144 | 0.99 | 0.13 | 0 | 0.44 | 188.03 | 0.97 | 0.29 |
| Hex | 2 | 7D | 90 | 63 | D | 0 | 2C | BC | 61 | 1D |
| Octal | 2 | 175 | 220 | 143 | 15 | 0 | 54 | 274 | 141 | 35 |
| Binary | 10 | 1111101 | 10010000 | 1100011 | 1101 | 0 | 101100 | 10111100 | 1100001 | 11101 |
Color Harmonies of #027D90
Complementary color
Monochromatic Colors of #027D90
Black with #027D90
Text Example
Text Example
White with #027D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027D90; }
p { color: rgb(2,125,144); }
H1.HeaderClassName
{
color: #027D90;
}
.AnyTagClassName
{
color: #027D90;
}
</style>
background-color css
<style>
a { background-color: #027D90; }
a { background-color: rgb(2,125,144); }
div.DivClassName
{
background-color: #027D90;
}
.BgClassName
{
background-color: #027D90;
}
</style>
border-color css
<style>
span { border-color: #027D90; }
span { border-color: rgb(2,125,144); }
td.TdClassName
{
border-color: #027D90;
}
.TagClassName
{
border-color: #027D90;
}
</style>