Html Css Color HEX #14809D Eastern Blue

📋 copy color: '#14809D'

red 20 ◦ green 128 ◦ blue 157

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

Shades of Eastern Blue #14809D

Tints of Eastern Blue #14809D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.97%

 BLUE value IS 157 (61.72% from 255) = 51.48%

R = 6.56%
G = 41.97%
B = 51.48%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14809D (or 0x14809D) is known color: Eastern Blue. HEX triplet: 14, 80 and 9D. RGB value is (20,128,157). Sum of RGB (Red+Green+Blue) = 20+128+157=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #14809D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14809D is #EB7F62. Grayscale: #626262. Windows color (decimal): -15433571 or 10321940. OLE color: 10321940.

HSL color Cylindrical-coordinate representation of color #14809D: hue angle of 192.7º degrees, saturation: 0.77, 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 #14809D is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 128 157 -
CMYK 0.87 0.18 0 0.38
HSL 192.7º 0.77% 0.35% -
HSV(B) 192.7º 0.87% 0.62% -
XYZ 14.09 18.02 34.63 -
YUV 99.01 160.72 71.64 -
System Red Green Blue C M Y K H S L
Decimal 20 128 157 0.87 0.18 0 0.38 192.7 0.77 0.35
Hex 14 80 9D 57 12 0 26 C1 4D 23
Octal 24 200 235 127 22 0 46 301 115 43
Binary 10100 10000000 10011101 1010111 10010 0 100110 11000001 1001101 100011

Color Harmonies of #14809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14809D

Black with #14809D

Text Example


Text Example

White with #14809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14809D; }

 p { color: rgb(20,128,157); }

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

background-color css

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

 a { background-color: rgb(20,128,157); }

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

border-color css

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

 span { border-color: rgb(20,128,157); }

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