#158BA2

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

Shades of Eastern Blue #158BA2

Tints of Eastern Blue #158BA2

Color information

#158BA2 (or 0x158BA2) is unknown color: approx Eastern Blue. HEX triplet: 15, 8B and A2. RGB value is (21,139,162). Sum of RGB (Red+Green+Blue) = 21+139+162=322 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.52% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #158BA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158BA2 is #EA745D. Grayscale: #6A6A6A. Windows color (decimal): -15365214 or 10652437. OLE color: 10652437.

HSL color Cylindrical-coordinate representation of color #158BA2: hue angle of 189.79º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #158BA2 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB21139162-
CMYK0.870.1400.36
HSL189.79º77.05%35.88%-
HSV(B)189.79º87.04%63.53%-
XYZ16.0621.2337.43-
YUV106.34159.4167.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.52%
GREEN value IS 139 (54.69% from 255) = 43.17%
BLUE value IS 162 (63.67% from 255) = 50.31%
R=6.52%
G=43.17%
B=50.31%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211391620.870.1400.36189.7977.0535.88
Hex158BA257E024be4d24
Octal252132421271604427611544
Binary101011000101110100010101011111100100100101111101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158BA2; }

 p { color: rgb(21,139,162); }

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

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

 a { background-color: rgb(21,139,162); }

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

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

 span { border-color: rgb(21,139,162); }

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