Html Css Color HEX #147F9E Eastern Blue

📋 copy color: '#147F9E'

red 20 ◦ green 127 ◦ blue 158

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

Shades of Eastern Blue #147F9E

Tints of Eastern Blue #147F9E

RGB

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

 GREEN value IS 127 (50% from 255) = 41.64%

 BLUE value IS 158 (62.11% from 255) = 51.8%

R = 6.56%
G = 41.64%
B = 51.8%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#147F9E (or 0x147F9E) is known color: Eastern Blue. HEX triplet: 14, 7F and 9E. RGB value is (20,127,158). Sum of RGB (Red+Green+Blue) = 20+127+158=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 158 (62.11% from 255 or 51.80% from 305); Max value from RGB is 158 - color contains mainly: blue. Hex color #147F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147F9E is #EB8061. Grayscale: #626262. Windows color (decimal): -15433826 or 10387220. OLE color: 10387220.

HSL color Cylindrical-coordinate representation of color #147F9E: hue angle of 193.48º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147F9E is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 127 158 -
CMYK 0.87 0.20 0 0.38
HSL 193.48º 0.78% 0.35% -
HSV(B) 193.48º 0.87% 0.62% -
XYZ 14.05 17.8 35.04 -
YUV 98.54 161.55 71.98 -
System Red Green Blue C M Y K H S L
Decimal 20 127 158 0.87 0.20 0 0.38 193.48 0.78 0.35
Hex 14 7F 9E 57 14 0 26 C1 4E 23
Octal 24 177 236 127 24 0 46 301 116 43
Binary 10100 1111111 10011110 1010111 10100 0 100110 11000001 1001110 100011

Color Harmonies of #147F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F9E

Black with #147F9E

Text Example


Text Example

White with #147F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,127,158); }

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

background-color css

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

 a { background-color: rgb(20,127,158); }

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

border-color css

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

 span { border-color: rgb(20,127,158); }

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