Html Css Color HEX #147994 Eastern Blue

📋 copy color: '#147994'

red 20 ◦ green 121 ◦ blue 148

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

Shades of Eastern Blue #147994

Tints of Eastern Blue #147994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.87%

 BLUE value IS 148 (58.2% from 255) = 51.21%

R = 6.92%
G = 41.87%
B = 51.21%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#147994 (or 0x147994) is known color: 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

RGB 20 121 148 -
CMYK 0.86 0.18 0 0.42
HSL 192.66º 0.76% 0.33% -
HSV(B) 192.66º 0.86% 0.58% -
XYZ 12.47 15.96 30.44 -
YUV 93.88 158.54 75.3 -
System Red Green Blue C M Y K H S L
Decimal 20 121 148 0.86 0.18 0 0.42 192.66 0.76 0.33
Hex 14 79 94 56 12 0 2A C1 4C 21
Octal 24 171 224 126 22 0 52 301 114 41
Binary 10100 1111001 10010100 1010110 10010 0 101010 11000001 1001100 100001

Color Harmonies of #147994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147994

Black with #147994

Text Example


Text Example

White with #147994

Text Example


Text Example

HTML Codes & Css Web 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>