Html Css Color HEX #158AA2 Eastern Blue

📋 copy color: '#158AA2'

red 21 ◦ green 138 ◦ blue 162

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

Shades of Eastern Blue #158AA2

Tints of Eastern Blue #158AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 50.47%

R = 6.54%
G = 42.99%
B = 50.47%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#158AA2 (or 0x158AA2) is known color: Eastern Blue. HEX triplet: 15, 8A and A2. RGB value is (21,138,162). Sum of RGB (Red+Green+Blue) = 21+138+162=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 162 (63.67% from 255 or 50.47% from 321); Max value from RGB is 162 - color contains mainly: blue. Hex color #158AA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158AA2 is #EA755D. Grayscale: #696969. Windows color (decimal): -15365470 or 10652181. OLE color: 10652181.

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

Color convert

RGB 21 138 162 -
CMYK 0.87 0.15 0 0.36
HSL 190.21º 0.77% 0.36% -
HSV(B) 190.21º 0.87% 0.64% -
XYZ 15.92 20.95 37.39 -
YUV 105.75 159.74 67.55 -
System Red Green Blue C M Y K H S L
Decimal 21 138 162 0.87 0.15 0 0.36 190.21 0.77 0.36
Hex 15 8A A2 57 F 0 24 BE 4D 24
Octal 25 212 242 127 17 0 44 276 115 44
Binary 10101 10001010 10100010 1010111 1111 0 100100 10111110 1001101 100100

Color Harmonies of #158AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158AA2

Black with #158AA2

Text Example


Text Example

White with #158AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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