#158899

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

Shades of Eastern Blue #158899

Tints of Eastern Blue #158899

Color information

#158899 (or 0x158899) is unknown color: approx Eastern Blue. HEX triplet: 15, 88 and 99. RGB value is (21,136,153). Sum of RGB (Red+Green+Blue) = 21+136+153=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #158899 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158899 is #EA7766. Grayscale: #676767. Windows color (decimal): -15365991 or 10061845. OLE color: 10061845.

HSL color Cylindrical-coordinate representation of color #158899: hue angle of 187.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158899 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB21136153-
CMYK0.860.1100.4
HSL187.73º75.86%34.12%-
HSV(B)187.73º86.27%60%-
XYZ14.8620.0733.23-
YUV103.55155.969.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.77%
GREEN value IS 136 (53.52% from 255) = 43.87%
BLUE value IS 153 (60.16% from 255) = 49.35%
R=6.77%
G=43.87%
B=49.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal211361530.860.1100.4187.7375.8634.12
Hex15889956B028bc4c22
Octal252102311261305027411442
Binary101011000100010011001101011010110101000101111001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158899; }

 p { color: rgb(21,136,153); }

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

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

 a { background-color: rgb(21,136,153); }

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

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

 span { border-color: rgb(21,136,153); }

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