#157993

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

Shades of Eastern Blue #157993

Tints of Eastern Blue #157993

Color information

#157993 (or 0x157993) is unknown color: approx Eastern Blue. HEX triplet: 15, 79 and 93. RGB value is (21,121,147). Sum of RGB (Red+Green+Blue) = 21+121+147=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 147 (57.81% from 255 or 50.87% from 289); Max value from RGB is 147 - color contains mainly: blue. Hex color #157993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157993 is #EA866C. Grayscale: #5D5D5D. Windows color (decimal): -15369837 or 9664789. OLE color: 9664789.

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

Color convert

RGB21121147-
CMYK0.860.1800.42
HSL192.38º75%32.94%-
HSV(B)192.38º85.71%57.65%-
XYZ12.4115.9430.03-
YUV94.06157.8775.89-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.27%
GREEN value IS 121 (47.66% from 255) = 41.87%
BLUE value IS 147 (57.81% from 255) = 50.87%
R=7.27%
G=41.87%
B=50.87%

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
Decimal211211470.860.1800.42192.387532.94
Hex157993561202Ac04b21
Octal251712231262205230011341
Binary101011111001100100111010110100100101010110000001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157993; }

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

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

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

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

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

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

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

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