#027591

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

Shades of Eastern Blue #027591

Tints of Eastern Blue #027591

Color information

#027591 (or 0x027591) is unknown color: approx Eastern Blue. HEX triplet: 02, 75 and 91. RGB value is (2,117,145). Sum of RGB (Red+Green+Blue) = 2+117+145=264 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #027591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027591 is #FD8A6E. Grayscale: #555555. Windows color (decimal): -16616047 or 9532674. OLE color: 9532674.

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

Color convert

RGB2117145-
CMYK0.990.1900.43
HSL191.75º97.28%28.82%-
HSV(B)191.75º98.62%56.86%-
XYZ11.514.7829.03-
YUV85.81161.468.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 117 (46.09% from 255) = 44.32%
BLUE value IS 145 (57.03% from 255) = 54.92%
R=0.76%
G=44.32%
B=54.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal21171450.990.1900.43191.7597.2828.82
Hex27591631302Bc0611d
Octal21652211432305330014135
Binary10111010110010001110001110011010101111000000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027591; }

 p { color: rgb(2,117,145); }

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

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

 a { background-color: rgb(2,117,145); }

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

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

 span { border-color: rgb(2,117,145); }

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