Html Css Color HEX #147C94 Eastern Blue

📋 copy color: '#147C94'

red 20 ◦ green 124 ◦ blue 148

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

Shades of Eastern Blue #147C94

Tints of Eastern Blue #147C94

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.47%

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

R = 6.85%
G = 42.47%
B = 50.68%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#147C94 (or 0x147C94) is known color: Eastern Blue. HEX triplet: 14, 7C and 94. RGB value is (20,124,148). Sum of RGB (Red+Green+Blue) = 20+124+148=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #147C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147C94 is #EB836B. Grayscale: #5F5F5F. Windows color (decimal): -15434604 or 9731092. OLE color: 9731092.

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

Color convert

RGB 20 124 148 -
CMYK 0.86 0.16 0 0.42
HSL 191.25º 0.76% 0.33% -
HSV(B) 191.25º 0.86% 0.58% -
XYZ 12.84 16.7 30.56 -
YUV 95.64 157.54 74.05 -
System Red Green Blue C M Y K H S L
Decimal 20 124 148 0.86 0.16 0 0.42 191.25 0.76 0.33
Hex 14 7C 94 56 10 0 2A BF 4C 21
Octal 24 174 224 126 20 0 52 277 114 41
Binary 10100 1111100 10010100 1010110 10000 0 101010 10111111 1001100 100001

Color Harmonies of #147C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C94

Black with #147C94

Text Example


Text Example

White with #147C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #147C94;
 }
 .AnyTagClassName
 {
   color: #147C94;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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