#147994

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

Shades of Eastern Blue #147994

Tints of Eastern Blue #147994

Color information

#147994 (or 0x147994) is unknown color: approx Eastern Blue. HEX triplet: 14, 79 and 94. RGB value is (20,121,148). Sum of RGB (Red+Green+Blue) = 20+121+148=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #147994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147994 is #EB866B. Grayscale: #5D5D5D. Windows color (decimal): -15435372 or 9730324. OLE color: 9730324.

HSL color Cylindrical-coordinate representation of color #147994: hue angle of 192.66º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147994 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB20121148-
CMYK0.860.1800.42
HSL192.66º76.19%32.94%-
HSV(B)192.66º86.49%58.04%-
XYZ12.4715.9630.44-
YUV93.88158.5475.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.92%
GREEN value IS 121 (47.66% from 255) = 41.87%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=6.92%
G=41.87%
B=51.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201211480.860.1800.42192.6676.1932.94
Hex147994561202Ac14c21
Octal241712241262205230111441
Binary101001111001100101001010110100100101010110000011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147994; }

 p { color: rgb(20,121,148); }

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

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

 a { background-color: rgb(20,121,148); }

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

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

 span { border-color: rgb(20,121,148); }

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