#158DA4

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

Shades of Eastern Blue #158DA4

Tints of Eastern Blue #158DA4

Color information

#158DA4 (or 0x158DA4) is unknown color: approx Eastern Blue. HEX triplet: 15, 8D and A4. RGB value is (21,141,164). Sum of RGB (Red+Green+Blue) = 21+141+164=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 141 (55.47% from 255 or 43.25% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #158DA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158DA4 is #EA725B. Grayscale: #6B6B6B. Windows color (decimal): -15364700 or 10784021. OLE color: 10784021.

HSL color Cylindrical-coordinate representation of color #158DA4: hue angle of 189.65º 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 #158DA4 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB21141164-
CMYK0.870.1400.36
HSL189.65º77.3%36.27%-
HSV(B)189.65º87.2%64.31%-
XYZ16.5321.8938.48-
YUV107.74159.7466.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.44%
GREEN value IS 141 (55.47% from 255) = 43.25%
BLUE value IS 164 (64.45% from 255) = 50.31%
R=6.44%
G=43.25%
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
Decimal211411640.870.1400.36189.6577.336.27
Hex158DA457E024be4d24
Octal252152441271604427611544
Binary101011000110110100100101011111100100100101111101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,141,164); }

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

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

 a { background-color: rgb(21,141,164); }

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

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

 span { border-color: rgb(21,141,164); }

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