Shades of Eastern Blue #027B9A
Tints of Eastern Blue #027B9A
RGB
CMYK
RGB Variations
Color information
#027B9A (or 0x027B9A) is known color: Eastern Blue. HEX triplet: 02, 7B and 9A. RGB value is (2,123,154). Sum of RGB (Red+Green+Blue) = 2+123+154=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 123 (48.44% from 255 or 44.09% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #027B9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027B9A is #FD8465. Grayscale: #5A5A5A. Windows color (decimal): -16614502 or 10124034. OLE color: 10124034.
HSL color Cylindrical-coordinate representation of color #027B9A: hue angle of 192.24º 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 #027B9A is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 123 | 154 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.40 |
| HSL | 192.24º | 0.97% | 0.31% | - |
| HSV(B) | 192.24º | 0.99% | 0.6% | - |
| XYZ | 12.94 | 16.51 | 33.08 | - |
| YUV | 90.36 | 163.91 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 154 | 0.99 | 0.20 | 0 | 0.40 | 192.24 | 0.97 | 0.31 |
| Hex | 2 | 7B | 9A | 63 | 14 | 0 | 28 | C0 | 61 | 1F |
| Octal | 2 | 173 | 232 | 143 | 24 | 0 | 50 | 300 | 141 | 37 |
| Binary | 10 | 1111011 | 10011010 | 1100011 | 10100 | 0 | 101000 | 11000000 | 1100001 | 11111 |
Color Harmonies of #027B9A
Complementary color
Monochromatic Colors of #027B9A
Black with #027B9A
Text Example
Text Example
White with #027B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027B9A; }
p { color: rgb(2,123,154); }
H1.HeaderClassName
{
color: #027B9A;
}
.AnyTagClassName
{
color: #027B9A;
}
</style>
background-color css
<style>
a { background-color: #027B9A; }
a { background-color: rgb(2,123,154); }
div.DivClassName
{
background-color: #027B9A;
}
.BgClassName
{
background-color: #027B9A;
}
</style>
border-color css
<style>
span { border-color: #027B9A; }
span { border-color: rgb(2,123,154); }
td.TdClassName
{
border-color: #027B9A;
}
.TagClassName
{
border-color: #027B9A;
}
</style>