#147D90

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

Shades of Eastern Blue #147D90

Tints of Eastern Blue #147D90

Color information

#147D90 (or 0x147D90) is unknown color: approx Eastern Blue. HEX triplet: 14, 7D and 90. RGB value is (20,125,144). Sum of RGB (Red+Green+Blue) = 20+125+144=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 125 (49.22% from 255 or 43.25% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #147D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147D90 is #EB826F. Grayscale: #5F5F5F. Windows color (decimal): -15434352 or 9469204. OLE color: 9469204.

HSL color Cylindrical-coordinate representation of color #147D90: hue angle of 189.19º 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 #147D90 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB20125144-
CMYK0.860.1300.44
HSL189.19º75.61%32.16%-
HSV(B)189.19º86.11%56.47%-
XYZ12.6616.8328.97-
YUV95.77155.2173.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.92%
GREEN value IS 125 (49.22% from 255) = 43.25%
BLUE value IS 144 (56.64% from 255) = 49.83%
R=6.92%
G=43.25%
B=49.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201251440.860.1300.44189.1975.6132.16
Hex147D9056D02Cbd4c20
Octal241752201261505427511440
Binary10100111110110010000101011011010101100101111011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #147D90;
 }
 .AnyTagClassName
 {
   color: #147D90;
 }
</style>
background-color css

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

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

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

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

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

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