#157894

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

Shades of Eastern Blue #157894

Tints of Eastern Blue #157894

Color information

#157894 (or 0x157894) is unknown color: approx Eastern Blue. HEX triplet: 15, 78 and 94. RGB value is (21,120,148). Sum of RGB (Red+Green+Blue) = 21+120+148=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #157894 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157894 is #EA876B. Grayscale: #5D5D5D. Windows color (decimal): -15370092 or 9730069. OLE color: 9730069.

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

Color convert

RGB21120148-
CMYK0.860.1900.42
HSL193.23º75.15%33.14%-
HSV(B)193.23º85.81%58.04%-
XYZ12.3715.7330.4-
YUV93.59158.776.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.27%
GREEN value IS 120 (47.27% from 255) = 41.52%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=7.27%
G=41.52%
B=51.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal211201480.860.1900.42193.2375.1533.14
Hex157894561302Ac14b21
Octal251702241262305230111341
Binary101011111000100101001010110100110101010110000011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157894; }

 p { color: rgb(21,120,148); }

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

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

 a { background-color: rgb(21,120,148); }

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

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

 span { border-color: rgb(21,120,148); }

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