#027990

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

Shades of Eastern Blue #027990

Tints of Eastern Blue #027990

Color information

#027990 (or 0x027990) is unknown color: approx Eastern Blue. HEX triplet: 02, 79 and 90. RGB value is (2,121,144). Sum of RGB (Red+Green+Blue) = 2+121+144=267 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #027990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027990 is #FD866F. Grayscale: #575757. Windows color (decimal): -16615024 or 9468162. OLE color: 9468162.

HSL color Cylindrical-coordinate representation of color #027990: hue angle of 189.72º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027990 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2121144-
CMYK0.990.1600.44
HSL189.72º97.26%28.63%-
HSV(B)189.72º98.61%56.47%-
XYZ11.915.728.79-
YUV88.04159.5866.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 121 (47.66% from 255) = 45.32%
BLUE value IS 144 (56.64% from 255) = 53.93%
R=0.75%
G=45.32%
B=53.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21211440.990.1600.44189.7297.2628.63
Hex27990631002Cbe611d
Octal21712201432005427614135
Binary10111100110010000110001110000010110010111110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027990; }

 p { color: rgb(2,121,144); }

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

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

 a { background-color: rgb(2,121,144); }

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

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

 span { border-color: rgb(2,121,144); }

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