#157C91

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

Shades of Eastern Blue #157C91

Tints of Eastern Blue #157C91

Color information

#157C91 (or 0x157C91) is unknown color: approx Eastern Blue. HEX triplet: 15, 7C and 91. RGB value is (21,124,145). Sum of RGB (Red+Green+Blue) = 21+124+145=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #157C91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157C91 is #EA836E. Grayscale: #5F5F5F. Windows color (decimal): -15369071 or 9534485. OLE color: 9534485.

HSL color Cylindrical-coordinate representation of color #157C91: hue angle of 190.16º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157C91 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB21124145-
CMYK0.860.1400.43
HSL190.16º74.7%32.55%-
HSV(B)190.16º85.52%56.86%-
XYZ12.6316.6229.33-
YUV95.6155.8874.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.24%
GREEN value IS 124 (48.83% from 255) = 42.76%
BLUE value IS 145 (57.03% from 255) = 50%
R=7.24%
G=42.76%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal211241450.860.1400.43190.1674.732.55
Hex157C9156E02Bbe4b21
Octal251742211261605327611341
Binary10101111110010010001101011011100101011101111101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,124,145); }

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

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

 a { background-color: rgb(21,124,145); }

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

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

 span { border-color: rgb(21,124,145); }

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