Html Css Color HEX #14809B Eastern Blue

📋 copy color: '#14809B'

red 20 ◦ green 128 ◦ blue 155

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

Shades of Eastern Blue #14809B

Tints of Eastern Blue #14809B

RGB

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

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

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

R = 6.6%
G = 42.24%
B = 51.16%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14809B (or 0x14809B) is known color: Eastern Blue. HEX triplet: 14, 80 and 9B. RGB value is (20,128,155). Sum of RGB (Red+Green+Blue) = 20+128+155=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #14809B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14809B is #EB7F64. Grayscale: #626262. Windows color (decimal): -15433573 or 10190868. OLE color: 10190868.

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

Color convert

RGB 20 128 155 -
CMYK 0.87 0.17 0 0.39
HSL 192º 0.77% 0.34% -
HSV(B) 192º 0.87% 0.61% -
XYZ 13.92 17.95 33.74 -
YUV 98.79 159.72 71.8 -
System Red Green Blue C M Y K H S L
Decimal 20 128 155 0.87 0.17 0 0.39 192 0.77 0.34
Hex 14 80 9B 57 11 0 27 C0 4D 22
Octal 24 200 233 127 21 0 47 300 115 42
Binary 10100 10000000 10011011 1010111 10001 0 100111 11000000 1001101 100010

Color Harmonies of #14809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14809B

Black with #14809B

Text Example


Text Example

White with #14809B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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