Shades of Eastern Blue #027F9A
Tints of Eastern Blue #027F9A
RGB
CMYK
RGB Variations
Color information
#027F9A (or 0x027F9A) is known color: Eastern Blue. HEX triplet: 02, 7F and 9A. RGB value is (2,127,154). Sum of RGB (Red+Green+Blue) = 2+127+154=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #027F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027F9A is #FD8065. Grayscale: #5C5C5C. Windows color (decimal): -16613478 or 10125058. OLE color: 10125058.
HSL color Cylindrical-coordinate representation of color #027F9A: hue angle of 190.66º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027F9A is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 127 | 154 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.40 |
| HSL | 190.66º | 0.97% | 0.31% | - |
| HSV(B) | 190.66º | 0.99% | 0.6% | - |
| XYZ | 13.45 | 17.52 | 33.25 | - |
| YUV | 92.7 | 162.59 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 127 | 154 | 0.99 | 0.18 | 0 | 0.40 | 190.66 | 0.97 | 0.31 |
| Hex | 2 | 7F | 9A | 63 | 12 | 0 | 28 | BF | 61 | 1F |
| Octal | 2 | 177 | 232 | 143 | 22 | 0 | 50 | 277 | 141 | 37 |
| Binary | 10 | 1111111 | 10011010 | 1100011 | 10010 | 0 | 101000 | 10111111 | 1100001 | 11111 |
Color Harmonies of #027F9A
Complementary color
Monochromatic Colors of #027F9A
Black with #027F9A
Text Example
Text Example
White with #027F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027F9A; }
p { color: rgb(2,127,154); }
H1.HeaderClassName
{
color: #027F9A;
}
.AnyTagClassName
{
color: #027F9A;
}
</style>
background-color css
<style>
a { background-color: #027F9A; }
a { background-color: rgb(2,127,154); }
div.DivClassName
{
background-color: #027F9A;
}
.BgClassName
{
background-color: #027F9A;
}
</style>
border-color css
<style>
span { border-color: #027F9A; }
span { border-color: rgb(2,127,154); }
td.TdClassName
{
border-color: #027F9A;
}
.TagClassName
{
border-color: #027F9A;
}
</style>