Html Css Color HEX #158DA1 Eastern Blue

📋 copy color: '#158DA1'

red 21 ◦ green 141 ◦ blue 161

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

Shades of Eastern Blue #158DA1

Tints of Eastern Blue #158DA1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.65%

 BLUE value IS 161 (63.28% from 255) = 49.85%

R = 6.5%
G = 43.65%
B = 49.85%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#158DA1 (or 0x158DA1) is known color: Eastern Blue. HEX triplet: 15, 8D and A1. RGB value is (21,141,161). Sum of RGB (Red+Green+Blue) = 21+141+161=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 161 (63.28% from 255 or 49.85% from 323); Max value from RGB is 161 - color contains mainly: blue. Hex color #158DA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158DA1 is #EA725E. Grayscale: #6B6B6B. Windows color (decimal): -15364703 or 10587413. OLE color: 10587413.

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

Color convert

RGB 21 141 161 -
CMYK 0.87 0.12 0 0.37
HSL 188.57º 0.77% 0.36% -
HSV(B) 188.57º 0.87% 0.63% -
XYZ 16.27 21.78 37.07 -
YUV 107.4 158.24 66.37 -
System Red Green Blue C M Y K H S L
Decimal 21 141 161 0.87 0.12 0 0.37 188.57 0.77 0.36
Hex 15 8D A1 57 C 0 25 BD 4D 24
Octal 25 215 241 127 14 0 45 275 115 44
Binary 10101 10001101 10100001 1010111 1100 0 100101 10111101 1001101 100100

Color Harmonies of #158DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158DA1

Black with #158DA1

Text Example


Text Example

White with #158DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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