Html Css Color HEX #147F9A Eastern Blue

📋 copy color: '#147F9A'

red 20 ◦ green 127 ◦ blue 154

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

Shades of Eastern Blue #147F9A

Tints of Eastern Blue #147F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.16%

R = 6.64%
G = 42.19%
B = 51.16%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#147F9A (or 0x147F9A) is known color: Eastern Blue. HEX triplet: 14, 7F and 9A. RGB value is (20,127,154). Sum of RGB (Red+Green+Blue) = 20+127+154=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 154 (60.55% from 255 or 51.16% from 301); Max value from RGB is 154 - color contains mainly: blue. Hex color #147F9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147F9A is #EB8065. Grayscale: #616161. Windows color (decimal): -15433830 or 10125076. OLE color: 10125076.

HSL color Cylindrical-coordinate representation of color #147F9A: hue angle of 192.09º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147F9A is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 20 127 154 -
CMYK 0.87 0.18 0 0.40
HSL 192.09º 0.77% 0.34% -
HSV(B) 192.09º 0.87% 0.6% -
XYZ 13.71 17.66 33.26 -
YUV 98.09 159.55 72.3 -
System Red Green Blue C M Y K H S L
Decimal 20 127 154 0.87 0.18 0 0.40 192.09 0.77 0.34
Hex 14 7F 9A 57 12 0 28 C0 4D 22
Octal 24 177 232 127 22 0 50 300 115 42
Binary 10100 1111111 10011010 1010111 10010 0 101000 11000000 1001101 100010

Color Harmonies of #147F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147F9A

Black with #147F9A

Text Example


Text Example

White with #147F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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