Html Css Color HEX #14899E Eastern Blue

📋 copy color: '#14899E'

red 20 ◦ green 137 ◦ blue 158

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

Shades of Eastern Blue #14899E

Tints of Eastern Blue #14899E

RGB

 RED value IS 20 (8.2% from 255) = 6.35%

 GREEN value IS 137 (53.91% from 255) = 43.49%

 BLUE value IS 158 (62.11% from 255) = 50.16%

R = 6.35%
G = 43.49%
B = 50.16%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14899E (or 0x14899E) is known color: Eastern Blue. HEX triplet: 14, 89 and 9E. RGB value is (20,137,158). Sum of RGB (Red+Green+Blue) = 20+137+158=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #14899E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14899E is #EB7661. Grayscale: #686868. Windows color (decimal): -15431266 or 10389780. OLE color: 10389780.

HSL color Cylindrical-coordinate representation of color #14899E: hue angle of 189.13º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14899E is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 137 158 -
CMYK 0.87 0.13 0 0.38
HSL 189.13º 0.78% 0.35% -
HSV(B) 189.13º 0.87% 0.62% -
XYZ 15.41 20.51 35.49 -
YUV 104.41 158.24 67.79 -
System Red Green Blue C M Y K H S L
Decimal 20 137 158 0.87 0.13 0 0.38 189.13 0.78 0.35
Hex 14 89 9E 57 D 0 26 BD 4E 23
Octal 24 211 236 127 15 0 46 275 116 43
Binary 10100 10001001 10011110 1010111 1101 0 100110 10111101 1001110 100011

Color Harmonies of #14899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14899E

Black with #14899E

Text Example


Text Example

White with #14899E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14899E; }

 p { color: rgb(20,137,158); }

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

background-color css

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

 a { background-color: rgb(20,137,158); }

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

border-color css

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

 span { border-color: rgb(20,137,158); }

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