Html Css Color HEX #158795 Eastern Blue

📋 copy color: '#158795'

red 21 ◦ green 135 ◦ blue 149

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

Shades of Eastern Blue #158795

Tints of Eastern Blue #158795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.26%

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

R = 6.89%
G = 44.26%
B = 48.85%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#158795 (or 0x158795) is known color: Eastern Blue. HEX triplet: 15, 87 and 95. RGB value is (21,135,149). Sum of RGB (Red+Green+Blue) = 21+135+149=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 135 (53.12% from 255 or 44.26% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #158795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158795 is #EA786A. Grayscale: #666666. Windows color (decimal): -15366251 or 9799445. OLE color: 9799445.

HSL color Cylindrical-coordinate representation of color #158795: hue angle of 186.56º 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 #158795 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 21 135 149 -
CMYK 0.86 0.09 0 0.42
HSL 186.56º 0.75% 0.33% -
HSV(B) 186.56º 0.86% 0.58% -
XYZ 14.4 19.66 31.47 -
YUV 102.51 154.23 69.86 -
System Red Green Blue C M Y K H S L
Decimal 21 135 149 0.86 0.09 0 0.42 186.56 0.75 0.33
Hex 15 87 95 56 9 0 2A BB 4B 21
Octal 25 207 225 126 11 0 52 273 113 41
Binary 10101 10000111 10010101 1010110 1001 0 101010 10111011 1001011 100001

Color Harmonies of #158795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158795

Black with #158795

Text Example


Text Example

White with #158795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158795; }

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

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

background-color css

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

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

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

border-color css

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

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

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