#157A95

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

Shades of Eastern Blue #157A95

Tints of Eastern Blue #157A95

Color information

#157A95 (or 0x157A95) is unknown color: approx Eastern Blue. HEX triplet: 15, 7A and 95. RGB value is (21,122,149). Sum of RGB (Red+Green+Blue) = 21+122+149=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #157A95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157A95 is #EA856A. Grayscale: #5E5E5E. Windows color (decimal): -15369579 or 9796117. OLE color: 9796117.

HSL color Cylindrical-coordinate representation of color #157A95: hue angle of 192.66º 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 #157A95 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB21122149-
CMYK0.860.1800.42
HSL192.66º75.29%33.33%-
HSV(B)192.66º85.91%58.43%-
XYZ12.6916.2530.9-
YUV94.88158.5475.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.19%
GREEN value IS 122 (48.05% from 255) = 41.78%
BLUE value IS 149 (58.59% from 255) = 51.03%
R=7.19%
G=41.78%
B=51.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211221490.860.1800.42192.6675.2933.33
Hex157A95561202Ac14b21
Octal251722251262205230111341
Binary101011111010100101011010110100100101010110000011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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