Html Css Color HEX #14899B Eastern Blue

📋 copy color: '#14899B'

red 20 ◦ green 137 ◦ blue 155

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

Shades of Eastern Blue #14899B

Tints of Eastern Blue #14899B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.68%

R = 6.41%
G = 43.91%
B = 49.68%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14899B (or 0x14899B) is known color: Eastern Blue. HEX triplet: 14, 89 and 9B. RGB value is (20,137,155). Sum of RGB (Red+Green+Blue) = 20+137+155=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #14899B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14899B is #EB7664. Grayscale: #676767. Windows color (decimal): -15431269 or 10193172. OLE color: 10193172.

HSL color Cylindrical-coordinate representation of color #14899B: hue angle of 188º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14899B is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 137 155 -
CMYK 0.87 0.12 0 0.39
HSL 188º 0.77% 0.34% -
HSV(B) 188º 0.87% 0.61% -
XYZ 15.15 20.41 34.15 -
YUV 104.07 156.74 68.04 -
System Red Green Blue C M Y K H S L
Decimal 20 137 155 0.87 0.12 0 0.39 188 0.77 0.34
Hex 14 89 9B 57 C 0 27 BC 4D 22
Octal 24 211 233 127 14 0 47 274 115 42
Binary 10100 10001001 10011011 1010111 1100 0 100111 10111100 1001101 100010

Color Harmonies of #14899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14899B

Black with #14899B

Text Example


Text Example

White with #14899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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