#157F96

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

Shades of Eastern Blue #157F96

Tints of Eastern Blue #157F96

Color information

#157F96 (or 0x157F96) is unknown color: approx Eastern Blue. HEX triplet: 15, 7F and 96. RGB value is (21,127,150). Sum of RGB (Red+Green+Blue) = 21+127+150=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 127 (50% from 255 or 42.62% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #157F96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157F96 is #EA8069. Grayscale: #616161. Windows color (decimal): -15368298 or 9862933. OLE color: 9862933.

HSL color Cylindrical-coordinate representation of color #157F96: hue angle of 190.7º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157F96 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB21127150-
CMYK0.860.1500.41
HSL190.7º75.44%33.53%-
HSV(B)190.7º86%58.82%-
XYZ13.417.5431.53-
YUV97.93157.3873.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.05%
GREEN value IS 127 (50% from 255) = 42.62%
BLUE value IS 150 (58.98% from 255) = 50.34%
R=7.05%
G=42.62%
B=50.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal211271500.860.1500.41190.775.4433.53
Hex157F9656F029bf4b22
Octal251772261261705127711342
Binary10101111111110010110101011011110101001101111111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,127,150); }

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

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

 a { background-color: rgb(21,127,150); }

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

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

 span { border-color: rgb(21,127,150); }

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