Html Css Color HEX #147F9C Eastern Blue

📋 copy color: '#147F9C'

red 20 ◦ green 127 ◦ blue 156

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

Shades of Eastern Blue #147F9C

Tints of Eastern Blue #147F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.49%

R = 6.6%
G = 41.91%
B = 51.49%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#147F9C (or 0x147F9C) is known color: Eastern Blue. HEX triplet: 14, 7F and 9C. RGB value is (20,127,156). Sum of RGB (Red+Green+Blue) = 20+127+156=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #147F9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147F9C is #EB8063. Grayscale: #626262. Windows color (decimal): -15433828 or 10256148. OLE color: 10256148.

HSL color Cylindrical-coordinate representation of color #147F9C: hue angle of 192.79º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147F9C is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 127 156 -
CMYK 0.87 0.19 0 0.39
HSL 192.79º 0.77% 0.35% -
HSV(B) 192.79º 0.87% 0.61% -
XYZ 13.88 17.73 34.14 -
YUV 98.31 160.55 72.14 -
System Red Green Blue C M Y K H S L
Decimal 20 127 156 0.87 0.19 0 0.39 192.79 0.77 0.35
Hex 14 7F 9C 57 13 0 27 C1 4D 23
Octal 24 177 234 127 23 0 47 301 115 43
Binary 10100 1111111 10011100 1010111 10011 0 100111 11000001 1001101 100011

Color Harmonies of #147F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F9C

Black with #147F9C

Text Example


Text Example

White with #147F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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