Html Css Color HEX #158DA3 Eastern Blue

📋 copy color: '#158DA3'

red 21 ◦ green 141 ◦ blue 163

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

Shades of Eastern Blue #158DA3

Tints of Eastern Blue #158DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 50.15%

R = 6.46%
G = 43.38%
B = 50.15%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#158DA3 (or 0x158DA3) is known color: Eastern Blue. HEX triplet: 15, 8D and A3. RGB value is (21,141,163). Sum of RGB (Red+Green+Blue) = 21+141+163=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #158DA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158DA3 is #EA725C. Grayscale: #6B6B6B. Windows color (decimal): -15364701 or 10718485. OLE color: 10718485.

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

Color convert

RGB 21 141 163 -
CMYK 0.87 0.13 0 0.36
HSL 189.3º 0.77% 0.36% -
HSV(B) 189.3º 0.87% 0.64% -
XYZ 16.45 21.85 38 -
YUV 107.63 159.24 66.21 -
System Red Green Blue C M Y K H S L
Decimal 21 141 163 0.87 0.13 0 0.36 189.3 0.77 0.36
Hex 15 8D A3 57 D 0 24 BD 4D 24
Octal 25 215 243 127 15 0 44 275 115 44
Binary 10101 10001101 10100011 1010111 1101 0 100100 10111101 1001101 100100

Color Harmonies of #158DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158DA3

Black with #158DA3

Text Example


Text Example

White with #158DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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