#027490

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

Shades of Eastern Blue #027490

Tints of Eastern Blue #027490

Color information

#027490 (or 0x027490) is unknown color: approx Eastern Blue. HEX triplet: 02, 74 and 90. RGB value is (2,116,144). Sum of RGB (Red+Green+Blue) = 2+116+144=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #027490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027490 is #FD8B6F. Grayscale: #545454. Windows color (decimal): -16616304 or 9466882. OLE color: 9466882.

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

Color convert

RGB2116144-
CMYK0.990.1900.44
HSL191.83º97.26%28.63%-
HSV(B)191.83º98.61%56.47%-
XYZ11.314.5228.59-
YUV85.11161.2368.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 116 (45.70% from 255) = 44.27%
BLUE value IS 144 (56.64% from 255) = 54.96%
R=0.76%
G=44.27%
B=54.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21161440.990.1900.44191.8397.2628.63
Hex27490631302Cc0611d
Octal21642201432305430014135
Binary10111010010010000110001110011010110011000000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027490; }

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

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

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

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

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

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

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

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