#158596

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

Shades of Eastern Blue #158596

Tints of Eastern Blue #158596

Color information

#158596 (or 0x158596) is unknown color: approx Eastern Blue. HEX triplet: 15, 85 and 96. RGB value is (21,133,150). Sum of RGB (Red+Green+Blue) = 21+133+150=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #158596 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158596 is #EA7A69. Grayscale: #656565. Windows color (decimal): -15366762 or 9864469. OLE color: 9864469.

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

Color convert

RGB21133150-
CMYK0.860.1100.41
HSL187.91º75.44%33.53%-
HSV(B)187.91º86%58.82%-
XYZ14.219.1431.8-
YUV101.45155.3970.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.91%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 150 (58.98% from 255) = 49.34%
R=6.91%
G=43.75%
B=49.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal211331500.860.1100.41187.9175.4433.53
Hex15859656B029bc4b22
Octal252052261261305127411342
Binary101011000010110010110101011010110101001101111001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158596; }

 p { color: rgb(21,133,150); }

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

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

 a { background-color: rgb(21,133,150); }

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

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

 span { border-color: rgb(21,133,150); }

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