#157E90

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

Shades of Eastern Blue #157E90

Tints of Eastern Blue #157E90

Color information

#157E90 (or 0x157E90) is unknown color: approx Eastern Blue. HEX triplet: 15, 7E and 90. RGB value is (21,126,144). Sum of RGB (Red+Green+Blue) = 21+126+144=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 126 (49.61% from 255 or 43.30% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #157E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157E90 is #EA816F. Grayscale: #606060. Windows color (decimal): -15368560 or 9469461. OLE color: 9469461.

HSL color Cylindrical-coordinate representation of color #157E90: hue angle of 188.78º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157E90 is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB21126144-
CMYK0.850.1200.44
HSL188.78º74.55%32.35%-
HSV(B)188.78º85.42%56.47%-
XYZ12.817.0929.01-
YUV96.66154.7174.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.22%
GREEN value IS 126 (49.61% from 255) = 43.30%
BLUE value IS 144 (56.64% from 255) = 49.48%
R=7.22%
G=43.30%
B=49.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211261440.850.1200.44188.7874.5532.35
Hex157E9055C02Cbd4b20
Octal251762201251405427511340
Binary10101111111010010000101010111000101100101111011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157E90; }

 p { color: rgb(21,126,144); }

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

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

 a { background-color: rgb(21,126,144); }

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

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

 span { border-color: rgb(21,126,144); }

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