#157A93

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

Shades of Eastern Blue #157A93

Tints of Eastern Blue #157A93

Color information

#157A93 (or 0x157A93) is unknown color: approx Eastern Blue. HEX triplet: 15, 7A and 93. RGB value is (21,122,147). Sum of RGB (Red+Green+Blue) = 21+122+147=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #157A93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157A93 is #EA856C. Grayscale: #5E5E5E. Windows color (decimal): -15369581 or 9665045. OLE color: 9665045.

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

Color convert

RGB21122147-
CMYK0.860.1700.42
HSL191.9º75%32.94%-
HSV(B)191.9º85.71%57.65%-
XYZ12.5416.1930.07-
YUV94.65157.5475.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.24%
GREEN value IS 122 (48.05% from 255) = 42.07%
BLUE value IS 147 (57.81% from 255) = 50.69%
R=7.24%
G=42.07%
B=50.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211221470.860.1700.42191.97532.94
Hex157A93561102Ac04b21
Octal251722231262105230011341
Binary101011111010100100111010110100010101010110000001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,122,147); }

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

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

 a { background-color: rgb(21,122,147); }

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

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

 span { border-color: rgb(21,122,147); }

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