#158FA4

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

Shades of Eastern Blue #158FA4

Tints of Eastern Blue #158FA4

Color information

#158FA4 (or 0x158FA4) is unknown color: approx Eastern Blue. HEX triplet: 15, 8F and A4. RGB value is (21,143,164). Sum of RGB (Red+Green+Blue) = 21+143+164=328 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.40% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #158FA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158FA4 is #EA705B. Grayscale: #6C6C6C. Windows color (decimal): -15364188 or 10784533. OLE color: 10784533.

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

Color convert

RGB21143164-
CMYK0.870.1300.36
HSL188.81º77.3%36.27%-
HSV(B)188.81º87.2%64.31%-
XYZ16.8322.4838.57-
YUV108.92159.0865.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.40%
GREEN value IS 143 (56.25% from 255) = 43.60%
BLUE value IS 164 (64.45% from 255) = 50%
R=6.40%
G=43.60%
B=50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal211431640.870.1300.36188.8177.336.27
Hex158FA457D024bd4d24
Octal252172441271504427511544
Binary101011000111110100100101011111010100100101111011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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