Html Css Color HEX #147E92 Eastern Blue

📋 copy color: '#147E92'

red 20 ◦ green 126 ◦ blue 146

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

Shades of Eastern Blue #147E92

Tints of Eastern Blue #147E92

RGB

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

 GREEN value IS 126 (49.61% from 255) = 43.15%

 BLUE value IS 146 (57.42% from 255) = 50%

R = 6.85%
G = 43.15%
B = 50%

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

#147E92 (or 0x147E92) is known color: Eastern Blue. HEX triplet: 14, 7E and 92. RGB value is (20,126,146). Sum of RGB (Red+Green+Blue) = 20+126+146=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #147E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147E92 is #EB816D. Grayscale: #606060. Windows color (decimal): -15434094 or 9600532. OLE color: 9600532.

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

Color convert

RGB 20 126 146 -
CMYK 0.86 0.14 0 0.43
HSL 189.52º 0.76% 0.33% -
HSV(B) 189.52º 0.86% 0.57% -
XYZ 12.94 17.15 29.82 -
YUV 96.59 155.88 73.37 -
System Red Green Blue C M Y K H S L
Decimal 20 126 146 0.86 0.14 0 0.43 189.52 0.76 0.33
Hex 14 7E 92 56 E 0 2B BE 4C 21
Octal 24 176 222 126 16 0 53 276 114 41
Binary 10100 1111110 10010010 1010110 1110 0 101011 10111110 1001100 100001

Color Harmonies of #147E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147E92

Black with #147E92

Text Example


Text Example

White with #147E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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