#157A92

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

Shades of Eastern Blue #157A92

Tints of Eastern Blue #157A92

Color information

#157A92 (or 0x157A92) is unknown color: approx Eastern Blue. HEX triplet: 15, 7A and 92. RGB value is (21,122,146). Sum of RGB (Red+Green+Blue) = 21+122+146=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #157A92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157A92 is #EA856D. Grayscale: #5E5E5E. Windows color (decimal): -15369582 or 9599509. OLE color: 9599509.

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

Color convert

RGB21122146-
CMYK0.860.1600.43
HSL191.52º74.85%32.75%-
HSV(B)191.52º85.62%57.25%-
XYZ12.4616.1529.66-
YUV94.54157.0475.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.27%
GREEN value IS 122 (48.05% from 255) = 42.21%
BLUE value IS 146 (57.42% from 255) = 50.52%
R=7.27%
G=42.21%
B=50.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal211221460.860.1600.43191.5274.8532.75
Hex157A92561002Bc04b21
Octal251722221262005330011341
Binary101011111010100100101010110100000101011110000001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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