Shades of Eastern Blue #027C90
Tints of Eastern Blue #027C90
RGB
CMYK
RGB Variations
Color information
#027C90 (or 0x027C90) is known color: Eastern Blue. HEX triplet: 02, 7C and 90. RGB value is (2,124,144). Sum of RGB (Red+Green+Blue) = 2+124+144=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #027C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027C90 is #FD836F. Grayscale: #595959. Windows color (decimal): -16614256 or 9468930. OLE color: 9468930.
HSL color Cylindrical-coordinate representation of color #027C90: hue angle of 188.45º 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 #027C90 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 124 | 144 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.44 |
| HSL | 188.45º | 0.97% | 0.29% | - |
| HSV(B) | 188.45º | 0.99% | 0.56% | - |
| XYZ | 12.27 | 16.44 | 28.91 | - |
| YUV | 89.8 | 158.58 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 124 | 144 | 0.99 | 0.14 | 0 | 0.44 | 188.45 | 0.97 | 0.29 |
| Hex | 2 | 7C | 90 | 63 | E | 0 | 2C | BC | 61 | 1D |
| Octal | 2 | 174 | 220 | 143 | 16 | 0 | 54 | 274 | 141 | 35 |
| Binary | 10 | 1111100 | 10010000 | 1100011 | 1110 | 0 | 101100 | 10111100 | 1100001 | 11101 |
Color Harmonies of #027C90
Complementary color
Monochromatic Colors of #027C90
Black with #027C90
Text Example
Text Example
White with #027C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027C90; }
p { color: rgb(2,124,144); }
H1.HeaderClassName
{
color: #027C90;
}
.AnyTagClassName
{
color: #027C90;
}
</style>
background-color css
<style>
a { background-color: #027C90; }
a { background-color: rgb(2,124,144); }
div.DivClassName
{
background-color: #027C90;
}
.BgClassName
{
background-color: #027C90;
}
</style>
border-color css
<style>
span { border-color: #027C90; }
span { border-color: rgb(2,124,144); }
td.TdClassName
{
border-color: #027C90;
}
.TagClassName
{
border-color: #027C90;
}
</style>