Html Css Color HEX #158396 Eastern Blue

📋 copy color: '#158396'

red 21 ◦ green 131 ◦ blue 150

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

Shades of Eastern Blue #158396

Tints of Eastern Blue #158396

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.38%

 BLUE value IS 150 (58.98% from 255) = 49.67%

R = 6.95%
G = 43.38%
B = 49.67%

CMYK

 C value IS 0.86

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#158396 (or 0x158396) is known color: Eastern Blue. HEX triplet: 15, 83 and 96. RGB value is (21,131,150). Sum of RGB (Red+Green+Blue) = 21+131+150=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #158396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158396 is #EA7C69. Grayscale: #646464. Windows color (decimal): -15367274 or 9863957. OLE color: 9863957.

HSL color Cylindrical-coordinate representation of color #158396: hue angle of 188.84º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158396 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 21 131 150 -
CMYK 0.86 0.13 0 0.41
HSL 188.84º 0.75% 0.34% -
HSV(B) 188.84º 0.86% 0.59% -
XYZ 13.93 18.59 31.71 -
YUV 100.28 156.06 71.46 -
System Red Green Blue C M Y K H S L
Decimal 21 131 150 0.86 0.13 0 0.41 188.84 0.75 0.34
Hex 15 83 96 56 D 0 29 BD 4B 22
Octal 25 203 226 126 15 0 51 275 113 42
Binary 10101 10000011 10010110 1010110 1101 0 101001 10111101 1001011 100010

Color Harmonies of #158396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158396

Black with #158396

Text Example


Text Example

White with #158396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158396; }

 p { color: rgb(21,131,150); }

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

background-color css

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

 a { background-color: rgb(21,131,150); }

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

border-color css

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

 span { border-color: rgb(21,131,150); }

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