#147C92

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

Shades of Eastern Blue #147C92

Tints of Eastern Blue #147C92

Color information

#147C92 (or 0x147C92) is unknown color: approx Eastern Blue. HEX triplet: 14, 7C and 92. RGB value is (20,124,146). Sum of RGB (Red+Green+Blue) = 20+124+146=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #147C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147C92 is #EB836D. Grayscale: #5F5F5F. Windows color (decimal): -15434606 or 9600020. OLE color: 9600020.

HSL color Cylindrical-coordinate representation of color #147C92: hue angle of 190.48º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147C92 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB20124146-
CMYK0.860.1500.43
HSL190.48º75.9%32.55%-
HSV(B)190.48º86.3%57.25%-
XYZ12.6816.6429.74-
YUV95.41156.5474.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.90%
GREEN value IS 124 (48.83% from 255) = 42.76%
BLUE value IS 146 (57.42% from 255) = 50.34%
R=6.90%
G=42.76%
B=50.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201241460.860.1500.43190.4875.932.55
Hex147C9256F02Bbe4c21
Octal241742221261705327611441
Binary10100111110010010010101011011110101011101111101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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