Html Css Color HEX #158695 Eastern Blue

📋 copy color: '#158695'

red 21 ◦ green 134 ◦ blue 149

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

Shades of Eastern Blue #158695

Tints of Eastern Blue #158695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

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

R = 6.91%
G = 44.08%
B = 49.01%

CMYK

 C value IS 0.86

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#158695 (or 0x158695) is known color: Eastern Blue. HEX triplet: 15, 86 and 95. RGB value is (21,134,149). Sum of RGB (Red+Green+Blue) = 21+134+149=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #158695 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158695 is #EA796A. Grayscale: #656565. Windows color (decimal): -15366507 or 9799189. OLE color: 9799189.

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

Color convert

RGB 21 134 149 -
CMYK 0.86 0.10 0 0.42
HSL 187.03º 0.75% 0.33% -
HSV(B) 187.03º 0.86% 0.58% -
XYZ 14.26 19.38 31.42 -
YUV 101.92 154.56 70.28 -
System Red Green Blue C M Y K H S L
Decimal 21 134 149 0.86 0.10 0 0.42 187.03 0.75 0.33
Hex 15 86 95 56 A 0 2A BB 4B 21
Octal 25 206 225 126 12 0 52 273 113 41
Binary 10101 10000110 10010101 1010110 1010 0 101010 10111011 1001011 100001

Color Harmonies of #158695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158695

Black with #158695

Text Example


Text Example

White with #158695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158695; }

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

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

background-color css

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

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

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

border-color css

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

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

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