Html Css Color HEX #14839E Eastern Blue

📋 copy color: '#14839E'

red 20 ◦ green 131 ◦ blue 158

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

Shades of Eastern Blue #14839E

Tints of Eastern Blue #14839E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.39%

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

R = 6.47%
G = 42.39%
B = 51.13%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14839E (or 0x14839E) is known color: Eastern Blue. HEX triplet: 14, 83 and 9E. RGB value is (20,131,158). Sum of RGB (Red+Green+Blue) = 20+131+158=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #14839E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14839E is #EB7C61. Grayscale: #646464. Windows color (decimal): -15432802 or 10388244. OLE color: 10388244.

HSL color Cylindrical-coordinate representation of color #14839E: hue angle of 191.74º 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 #14839E is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 131 158 -
CMYK 0.87 0.17 0 0.38
HSL 191.74º 0.78% 0.35% -
HSV(B) 191.74º 0.87% 0.62% -
XYZ 14.58 18.85 35.22 -
YUV 100.89 160.23 70.3 -
System Red Green Blue C M Y K H S L
Decimal 20 131 158 0.87 0.17 0 0.38 191.74 0.78 0.35
Hex 14 83 9E 57 11 0 26 C0 4E 23
Octal 24 203 236 127 21 0 46 300 116 43
Binary 10100 10000011 10011110 1010111 10001 0 100110 11000000 1001110 100011

Color Harmonies of #14839E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14839E

Black with #14839E

Text Example


Text Example

White with #14839E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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