Html Css Color HEX #147C90 Eastern Blue

📋 copy color: '#147C90'

red 20 ◦ green 124 ◦ blue 144

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

Shades of Eastern Blue #147C90

Tints of Eastern Blue #147C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.06%

 BLUE value IS 144 (56.64% from 255) = 50%

R = 6.94%
G = 43.06%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#147C90 (or 0x147C90) is known color: Eastern Blue. HEX triplet: 14, 7C and 90. RGB value is (20,124,144). Sum of RGB (Red+Green+Blue) = 20+124+144=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #147C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147C90 is #EB836F. Grayscale: #5F5F5F. Windows color (decimal): -15434608 or 9468948. OLE color: 9468948.

HSL color Cylindrical-coordinate representation of color #147C90: hue angle of 189.68º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147C90 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 124 144 -
CMYK 0.86 0.14 0 0.44
HSL 189.68º 0.76% 0.32% -
HSV(B) 189.68º 0.86% 0.56% -
XYZ 12.53 16.58 28.92 -
YUV 95.18 155.54 74.37 -
System Red Green Blue C M Y K H S L
Decimal 20 124 144 0.86 0.14 0 0.44 189.68 0.76 0.32
Hex 14 7C 90 56 E 0 2C BE 4C 20
Octal 24 174 220 126 16 0 54 276 114 40
Binary 10100 1111100 10010000 1010110 1110 0 101100 10111110 1001100 100000

Color Harmonies of #147C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C90

Black with #147C90

Text Example


Text Example

White with #147C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147C90; }

 p { color: rgb(20,124,144); }

 H1.HeaderClassName
 {
   color: #147C90;
 }
 .AnyTagClassName
 {
   color: #147C90;
 }
</style>

background-color css

<style>
 a { background-color: #147C90; }

 a { background-color: rgb(20,124,144); }

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

border-color css

<style>
 span { border-color: #147C90; }

 span { border-color: rgb(20,124,144); }

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