#157B93

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

Shades of Eastern Blue #157B93

Tints of Eastern Blue #157B93

Color information

#157B93 (or 0x157B93) is unknown color: approx Eastern Blue. HEX triplet: 15, 7B and 93. RGB value is (21,123,147). Sum of RGB (Red+Green+Blue) = 21+123+147=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #157B93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157B93 is #EA846C. Grayscale: #5F5F5F. Windows color (decimal): -15369325 or 9665301. OLE color: 9665301.

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

Color convert

RGB21123147-
CMYK0.860.1600.42
HSL191.43º75%32.94%-
HSV(B)191.43º85.71%57.65%-
XYZ12.6616.4330.11-
YUV95.24157.2175.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.22%
GREEN value IS 123 (48.44% from 255) = 42.27%
BLUE value IS 147 (57.81% from 255) = 50.52%
R=7.22%
G=42.27%
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.42
SystemRedGreenBlueCMYKHSL
Decimal211231470.860.1600.42191.437532.94
Hex157B93561002Abf4b21
Octal251732231262005227711341
Binary101011111011100100111010110100000101010101111111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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