Html Css Color HEX #158799 Eastern Blue

📋 copy color: '#158799'

red 21 ◦ green 135 ◦ blue 153

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

Shades of Eastern Blue #158799

Tints of Eastern Blue #158799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.51%

R = 6.8%
G = 43.69%
B = 49.51%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#158799 (or 0x158799) is known color: Eastern Blue. HEX triplet: 15, 87 and 99. RGB value is (21,135,153). Sum of RGB (Red+Green+Blue) = 21+135+153=309 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.80% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #158799 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158799 is #EA7866. Grayscale: #666666. Windows color (decimal): -15366247 or 10061589. OLE color: 10061589.

HSL color Cylindrical-coordinate representation of color #158799: hue angle of 188.18º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158799 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 21 135 153 -
CMYK 0.86 0.12 0 0.4
HSL 188.18º 0.76% 0.34% -
HSV(B) 188.18º 0.86% 0.6% -
XYZ 14.72 19.79 33.18 -
YUV 102.97 156.23 69.54 -
System Red Green Blue C M Y K H S L
Decimal 21 135 153 0.86 0.12 0 0.4 188.18 0.76 0.34
Hex 15 87 99 56 C 0 28 BC 4C 22
Octal 25 207 231 126 14 0 50 274 114 42
Binary 10101 10000111 10011001 1010110 1100 0 101000 10111100 1001100 100010

Color Harmonies of #158799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158799

Black with #158799

Text Example


Text Example

White with #158799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158799; }

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

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

background-color css

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

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

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

border-color css

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

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

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