#158699

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

Shades of Eastern Blue #158699

Tints of Eastern Blue #158699

Color information

#158699 (or 0x158699) is unknown color: approx Eastern Blue. HEX triplet: 15, 86 and 99. RGB value is (21,134,153). Sum of RGB (Red+Green+Blue) = 21+134+153=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #158699 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158699 is #EA7966. Grayscale: #666666. Windows color (decimal): -15366503 or 10061333. OLE color: 10061333.

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

Color convert

RGB21134153-
CMYK0.860.1200.4
HSL188.64º75.86%34.12%-
HSV(B)188.64º86.27%60%-
XYZ14.5819.5133.13-
YUV102.38156.5669.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.82%
GREEN value IS 134 (52.73% from 255) = 43.51%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=6.82%
G=43.51%
B=49.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal211341530.860.1200.4188.6475.8634.12
Hex15869956C028bd4c22
Octal252062311261405027511442
Binary101011000011010011001101011011000101000101111011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158699; }

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

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

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

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

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

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

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

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