Html Css Color HEX #158A9B Eastern Blue

📋 copy color: '#158A9B'

red 21 ◦ green 138 ◦ blue 155

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

Shades of Eastern Blue #158A9B

Tints of Eastern Blue #158A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.36%

R = 6.69%
G = 43.95%
B = 49.36%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#158A9B (or 0x158A9B) is known color: Eastern Blue. HEX triplet: 15, 8A and 9B. RGB value is (21,138,155). Sum of RGB (Red+Green+Blue) = 21+138+155=314 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.69% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #158A9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158A9B is #EA7564. Grayscale: #686868. Windows color (decimal): -15365477 or 10193429. OLE color: 10193429.

HSL color Cylindrical-coordinate representation of color #158A9B: hue angle of 187.61º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158A9B is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 21 138 155 -
CMYK 0.86 0.11 0 0.39
HSL 187.61º 0.76% 0.35% -
HSV(B) 187.61º 0.86% 0.61% -
XYZ 15.31 20.7 34.2 -
YUV 104.96 156.24 68.12 -
System Red Green Blue C M Y K H S L
Decimal 21 138 155 0.86 0.11 0 0.39 187.61 0.76 0.35
Hex 15 8A 9B 56 B 0 27 BC 4C 23
Octal 25 212 233 126 13 0 47 274 114 43
Binary 10101 10001010 10011011 1010110 1011 0 100111 10111100 1001100 100011

Color Harmonies of #158A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158A9B

Black with #158A9B

Text Example


Text Example

White with #158A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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