#147C90

Color #147C90 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #147C90

Tints of Eastern Blue #147C90

Color information

#147C90 (or 0x147C90) is unknown color: approx 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

RGB20124144-
CMYK0.860.1400.44
HSL189.68º75.61%32.16%-
HSV(B)189.68º86.11%56.47%-
XYZ12.5316.5828.92-
YUV95.18155.5474.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201241440.860.1400.44189.6875.6132.16
Hex147C9056E02Cbe4c20
Octal241742201261605427611440
Binary10100111110010010000101011011100101100101111101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>