Html Css Color HEX #147A95 Eastern Blue

📋 copy color: '#147A95'

red 20 ◦ green 122 ◦ blue 149

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

Shades of Eastern Blue #147A95

Tints of Eastern Blue #147A95

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.92%

 BLUE value IS 149 (58.59% from 255) = 51.2%

R = 6.87%
G = 41.92%
B = 51.2%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#147A95 (or 0x147A95) is known color: Eastern Blue. HEX triplet: 14, 7A and 95. RGB value is (20,122,149). Sum of RGB (Red+Green+Blue) = 20+122+149=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #147A95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147A95 is #EB856A. Grayscale: #5E5E5E. Windows color (decimal): -15435115 or 9796116. OLE color: 9796116.

HSL color Cylindrical-coordinate representation of color #147A95: hue angle of 192.56º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147A95 is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 122 149 -
CMYK 0.87 0.18 0 0.42
HSL 192.56º 0.76% 0.33% -
HSV(B) 192.56º 0.87% 0.58% -
XYZ 12.67 16.24 30.9 -
YUV 94.58 158.71 74.8 -
System Red Green Blue C M Y K H S L
Decimal 20 122 149 0.87 0.18 0 0.42 192.56 0.76 0.33
Hex 14 7A 95 57 12 0 2A C1 4C 21
Octal 24 172 225 127 22 0 52 301 114 41
Binary 10100 1111010 10010101 1010111 10010 0 101010 11000001 1001100 100001

Color Harmonies of #147A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147A95

Black with #147A95

Text Example


Text Example

White with #147A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,122,149); }

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

background-color css

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

 a { background-color: rgb(20,122,149); }

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

border-color css

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

 span { border-color: rgb(20,122,149); }

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