Html Css Color HEX #14889B Eastern Blue

📋 copy color: '#14889B'

red 20 ◦ green 136 ◦ blue 155

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

Shades of Eastern Blue #14889B

Tints of Eastern Blue #14889B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.73%

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

R = 6.43%
G = 43.73%
B = 49.84%

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

#14889B (or 0x14889B) is known color: Eastern Blue. HEX triplet: 14, 88 and 9B. RGB value is (20,136,155). Sum of RGB (Red+Green+Blue) = 20+136+155=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #14889B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14889B is #EB7764. Grayscale: #676767. Windows color (decimal): -15431525 or 10192916. OLE color: 10192916.

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

Color convert

RGB 20 136 155 -
CMYK 0.87 0.12 0 0.39
HSL 188.44º 0.77% 0.34% -
HSV(B) 188.44º 0.87% 0.61% -
XYZ 15.01 20.12 34.1 -
YUV 103.48 157.07 68.46 -
System Red Green Blue C M Y K H S L
Decimal 20 136 155 0.87 0.12 0 0.39 188.44 0.77 0.34
Hex 14 88 9B 57 C 0 27 BC 4D 22
Octal 24 210 233 127 14 0 47 274 115 42
Binary 10100 10001000 10011011 1010111 1100 0 100111 10111100 1001101 100010

Color Harmonies of #14889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14889B

Black with #14889B

Text Example


Text Example

White with #14889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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