Html Css Color HEX #158AA0 Eastern Blue

📋 copy color: '#158AA0'

red 21 ◦ green 138 ◦ blue 160

#158AA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #158AA0

Tints of Eastern Blue #158AA0

RGB

 RED value IS 21 (8.59% from 255) = 6.58%

 GREEN value IS 138 (54.3% from 255) = 43.26%

 BLUE value IS 160 (62.89% from 255) = 50.16%

R = 6.58%
G = 43.26%
B = 50.16%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#158AA0 (or 0x158AA0) is known color: Eastern Blue. HEX triplet: 15, 8A and A0. RGB value is (21,138,160). Sum of RGB (Red+Green+Blue) = 21+138+160=319 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.58% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 160 (62.89% from 255 or 50.16% from 319); Max value from RGB is 160 - color contains mainly: blue. Hex color #158AA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158AA0 is #EA755F. Grayscale: #696969. Windows color (decimal): -15365472 or 10521109. OLE color: 10521109.

HSL color Cylindrical-coordinate representation of color #158AA0: hue angle of 189.5º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #158AA0 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 138 160 -
CMYK 0.87 0.14 0 0.37
HSL 189.5º 0.77% 0.35% -
HSV(B) 189.5º 0.87% 0.63% -
XYZ 15.74 20.87 36.46 -
YUV 105.53 158.74 67.71 -
System Red Green Blue C M Y K H S L
Decimal 21 138 160 0.87 0.14 0 0.37 189.5 0.77 0.35
Hex 15 8A A0 57 E 0 25 BD 4D 23
Octal 25 212 240 127 16 0 45 275 115 43
Binary 10101 10001010 10100000 1010111 1110 0 100101 10111101 1001101 100011

Color Harmonies of #158AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158AA0

Black with #158AA0

Text Example


Text Example

White with #158AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,138,160); }

 H1.HeaderClassName
 {
   color: #158AA0;
 }
 .AnyTagClassName
 {
   color: #158AA0;
 }
</style>

background-color css

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

 a { background-color: rgb(21,138,160); }

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

border-color css

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

 span { border-color: rgb(21,138,160); }

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