#027790

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

Shades of Eastern Blue #027790

Tints of Eastern Blue #027790

Color information

#027790 (or 0x027790) is unknown color: approx Eastern Blue. HEX triplet: 02, 77 and 90. RGB value is (2,119,144). Sum of RGB (Red+Green+Blue) = 2+119+144=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 119 (46.88% from 255 or 44.91% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #027790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027790 is #FD886F. Grayscale: #565656. Windows color (decimal): -16615536 or 9467650. OLE color: 9467650.

HSL color Cylindrical-coordinate representation of color #027790: hue angle of 190.56º 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 #027790 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2119144-
CMYK0.990.1700.44
HSL190.56º97.26%28.63%-
HSV(B)190.56º98.61%56.47%-
XYZ11.6615.2228.71-
YUV86.87160.2467.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 119 (46.88% from 255) = 44.91%
BLUE value IS 144 (56.64% from 255) = 54.34%
R=0.75%
G=44.91%
B=54.34%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21191440.990.1700.44190.5697.2628.63
Hex27790631102Cbf611d
Octal21672201432105427714135
Binary10111011110010000110001110001010110010111111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027790; }

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

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

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

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

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

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

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

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