#158CA4

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

Shades of Eastern Blue #158CA4

Tints of Eastern Blue #158CA4

Color information

#158CA4 (or 0x158CA4) is unknown color: approx Eastern Blue. HEX triplet: 15, 8C and A4. RGB value is (21,140,164). Sum of RGB (Red+Green+Blue) = 21+140+164=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #158CA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158CA4 is #EA735B. Grayscale: #6A6A6A. Windows color (decimal): -15364956 or 10783765. OLE color: 10783765.

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

Color convert

RGB21140164-
CMYK0.870.1500.36
HSL190.07º77.3%36.27%-
HSV(B)190.07º87.2%64.31%-
XYZ16.3921.638.43-
YUV107.15160.0866.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.46%
GREEN value IS 140 (55.08% from 255) = 43.08%
BLUE value IS 164 (64.45% from 255) = 50.46%
R=6.46%
G=43.08%
B=50.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211401640.870.1500.36190.0777.336.27
Hex158CA457F024be4d24
Octal252142441271704427611544
Binary101011000110010100100101011111110100100101111101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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