Shades of Eastern Blue #027A98
Tints of Eastern Blue #027A98
RGB
CMYK
RGB Variations
Color information
#027A98 (or 0x027A98) is known color: Eastern Blue. HEX triplet: 02, 7A and 98. RGB value is (2,122,152). Sum of RGB (Red+Green+Blue) = 2+122+152=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 122 (48.05% from 255 or 44.20% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #027A98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027A98 is #FD8567. Grayscale: #595959. Windows color (decimal): -16614760 or 9992706. OLE color: 9992706.
HSL color Cylindrical-coordinate representation of color #027A98: hue angle of 192º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027A98 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 122 | 152 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.40 |
| HSL | 192º | 0.97% | 0.3% | - |
| HSV(B) | 192º | 0.99% | 0.6% | - |
| XYZ | 12.65 | 16.2 | 32.17 | - |
| YUV | 89.54 | 163.24 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 152 | 0.99 | 0.20 | 0 | 0.40 | 192 | 0.97 | 0.3 |
| Hex | 2 | 7A | 98 | 63 | 14 | 0 | 28 | C0 | 61 | 1E |
| Octal | 2 | 172 | 230 | 143 | 24 | 0 | 50 | 300 | 141 | 36 |
| Binary | 10 | 1111010 | 10011000 | 1100011 | 10100 | 0 | 101000 | 11000000 | 1100001 | 11110 |
Color Harmonies of #027A98
Complementary color
Monochromatic Colors of #027A98
Black with #027A98
Text Example
Text Example
White with #027A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027A98; }
p { color: rgb(2,122,152); }
H1.HeaderClassName
{
color: #027A98;
}
.AnyTagClassName
{
color: #027A98;
}
</style>
background-color css
<style>
a { background-color: #027A98; }
a { background-color: rgb(2,122,152); }
div.DivClassName
{
background-color: #027A98;
}
.BgClassName
{
background-color: #027A98;
}
</style>
border-color css
<style>
span { border-color: #027A98; }
span { border-color: rgb(2,122,152); }
td.TdClassName
{
border-color: #027A98;
}
.TagClassName
{
border-color: #027A98;
}
</style>