Shades of Eastern Blue #027A97
Tints of Eastern Blue #027A97
RGB
CMYK
RGB Variations
Color information
#027A97 (or 0x027A97) is known color: Eastern Blue. HEX triplet: 02, 7A and 97. RGB value is (2,122,151). Sum of RGB (Red+Green+Blue) = 2+122+151=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #027A97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027A97 is #FD8568. Grayscale: #595959. Windows color (decimal): -16614761 or 9927170. OLE color: 9927170.
HSL color Cylindrical-coordinate representation of color #027A97: hue angle of 191.68º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027A97 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 122 | 151 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.41 |
| HSL | 191.68º | 0.97% | 0.3% | - |
| HSV(B) | 191.68º | 0.99% | 0.59% | - |
| XYZ | 12.57 | 16.17 | 31.74 | - |
| YUV | 89.43 | 162.74 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 151 | 0.99 | 0.19 | 0 | 0.41 | 191.68 | 0.97 | 0.3 |
| Hex | 2 | 7A | 97 | 63 | 13 | 0 | 29 | C0 | 61 | 1E |
| Octal | 2 | 172 | 227 | 143 | 23 | 0 | 51 | 300 | 141 | 36 |
| Binary | 10 | 1111010 | 10010111 | 1100011 | 10011 | 0 | 101001 | 11000000 | 1100001 | 11110 |
Color Harmonies of #027A97
Complementary color
Monochromatic Colors of #027A97
Black with #027A97
Text Example
Text Example
White with #027A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027A97; }
p { color: rgb(2,122,151); }
H1.HeaderClassName
{
color: #027A97;
}
.AnyTagClassName
{
color: #027A97;
}
</style>
background-color css
<style>
a { background-color: #027A97; }
a { background-color: rgb(2,122,151); }
div.DivClassName
{
background-color: #027A97;
}
.BgClassName
{
background-color: #027A97;
}
</style>
border-color css
<style>
span { border-color: #027A97; }
span { border-color: rgb(2,122,151); }
td.TdClassName
{
border-color: #027A97;
}
.TagClassName
{
border-color: #027A97;
}
</style>