Html Css Color HEX #147C91 Eastern Blue

📋 copy color: '#147C91'

red 20 ◦ green 124 ◦ blue 145

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

Shades of Eastern Blue #147C91

Tints of Eastern Blue #147C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 50.17%

R = 6.92%
G = 42.91%
B = 50.17%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#147C91 (or 0x147C91) is known color: Eastern Blue. HEX triplet: 14, 7C and 91. RGB value is (20,124,145). Sum of RGB (Red+Green+Blue) = 20+124+145=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #147C91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147C91 is #EB836E. Grayscale: #5F5F5F. Windows color (decimal): -15434607 or 9534484. OLE color: 9534484.

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

Color convert

RGB 20 124 145 -
CMYK 0.86 0.14 0 0.43
HSL 190.08º 0.76% 0.32% -
HSV(B) 190.08º 0.86% 0.57% -
XYZ 12.61 16.61 29.33 -
YUV 95.3 156.04 74.29 -
System Red Green Blue C M Y K H S L
Decimal 20 124 145 0.86 0.14 0 0.43 190.08 0.76 0.32
Hex 14 7C 91 56 E 0 2B BE 4C 20
Octal 24 174 221 126 16 0 53 276 114 40
Binary 10100 1111100 10010001 1010110 1110 0 101011 10111110 1001100 100000

Color Harmonies of #147C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147C91

Black with #147C91

Text Example


Text Example

White with #147C91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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