#027B97

Color #027B97 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #027B97

Tints of Eastern Blue #027B97

Color information

#027B97 (or 0x027B97) is unknown color: approx Eastern Blue. HEX triplet: 02, 7B and 97. RGB value is (2,123,151). Sum of RGB (Red+Green+Blue) = 2+123+151=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 123 (48.44% from 255 or 44.57% from 276); Blue value is 151 (59.38% from 255 or 54.71% from 276); Max value from RGB is 151 - color contains mainly: blue. Hex color #027B97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027B97 is #FD8468. Grayscale: #595959. Windows color (decimal): -16614505 or 9927426. OLE color: 9927426.

HSL color Cylindrical-coordinate representation of color #027B97: hue angle of 191.28º 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 #027B97 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2123151-
CMYK0.990.1900.41
HSL191.28º97.39%30%-
HSV(B)191.28º98.68%59.22%-
XYZ12.6916.4131.78-
YUV90.01162.4165.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 123 (48.44% from 255) = 44.57%
BLUE value IS 151 (59.38% from 255) = 54.71%
R=0.72%
G=44.57%
B=54.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21231510.990.1900.41191.2897.3930
Hex27B976313029bf611e
Octal21732271432305127714136
Binary10111101110010111110001110011010100110111111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027B97; }

 p { color: rgb(2,123,151); }

 H1.HeaderClassName
 {
   color: #027B97;
 }
 .AnyTagClassName
 {
   color: #027B97;
 }
</style>
background-color css

<style>
 a { background-color: #027B97; }

 a { background-color: rgb(2,123,151); }

 div.DivClassName
 {
   background-color: #027B97;
 }
 .BgClassName
 {
   background-color: #027B97;
 }
</style>
border-color css

<style>
 span { border-color: #027B97; }

 span { border-color: rgb(2,123,151); }

 td.TdClassName
 {
   border-color: #027B97;
 }
 .TagClassName
 {
   border-color: #027B97;
 }
</style>