Html Css Color HEX #14809C Eastern Blue

📋 copy color: '#14809C'

red 20 ◦ green 128 ◦ blue 156

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

Shades of Eastern Blue #14809C

Tints of Eastern Blue #14809C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.32%

R = 6.58%
G = 42.11%
B = 51.32%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14809C (or 0x14809C) is known color: Eastern Blue. HEX triplet: 14, 80 and 9C. RGB value is (20,128,156). Sum of RGB (Red+Green+Blue) = 20+128+156=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #14809C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14809C is #EB7F63. Grayscale: #626262. Windows color (decimal): -15433572 or 10256404. OLE color: 10256404.

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

Color convert

RGB 20 128 156 -
CMYK 0.87 0.18 0 0.39
HSL 192.35º 0.77% 0.35% -
HSV(B) 192.35º 0.87% 0.61% -
XYZ 14.01 17.99 34.19 -
YUV 98.9 160.22 71.72 -
System Red Green Blue C M Y K H S L
Decimal 20 128 156 0.87 0.18 0 0.39 192.35 0.77 0.35
Hex 14 80 9C 57 12 0 27 C0 4D 23
Octal 24 200 234 127 22 0 47 300 115 43
Binary 10100 10000000 10011100 1010111 10010 0 100111 11000000 1001101 100011

Color Harmonies of #14809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14809C

Black with #14809C

Text Example


Text Example

White with #14809C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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