Html Css Color HEX #158395 Eastern Blue

📋 copy color: '#158395'

red 21 ◦ green 131 ◦ blue 149

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

Shades of Eastern Blue #158395

Tints of Eastern Blue #158395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 6.98%
G = 43.52%
B = 49.5%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#158395 (or 0x158395) is known color: Eastern Blue. HEX triplet: 15, 83 and 95. RGB value is (21,131,149). Sum of RGB (Red+Green+Blue) = 21+131+149=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #158395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158395 is #EA7C6A. Grayscale: #636363. Windows color (decimal): -15367275 or 9798421. OLE color: 9798421.

HSL color Cylindrical-coordinate representation of color #158395: hue angle of 188.44º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158395 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 131 149 -
CMYK 0.86 0.12 0 0.42
HSL 188.44º 0.75% 0.33% -
HSV(B) 188.44º 0.86% 0.58% -
XYZ 13.85 18.56 31.29 -
YUV 100.16 155.56 71.54 -
System Red Green Blue C M Y K H S L
Decimal 21 131 149 0.86 0.12 0 0.42 188.44 0.75 0.33
Hex 15 83 95 56 C 0 2A BC 4B 21
Octal 25 203 225 126 14 0 52 274 113 41
Binary 10101 10000011 10010101 1010110 1100 0 101010 10111100 1001011 100001

Color Harmonies of #158395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158395

Black with #158395

Text Example


Text Example

White with #158395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158395; }

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

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

background-color css

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

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

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

border-color css

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

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

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