Html Css Color HEX #147D94 Eastern Blue

📋 copy color: '#147D94'

red 20 ◦ green 125 ◦ blue 148

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

Shades of Eastern Blue #147D94

Tints of Eastern Blue #147D94

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.66%

 BLUE value IS 148 (58.2% from 255) = 50.51%

R = 6.83%
G = 42.66%
B = 50.51%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#147D94 (or 0x147D94) is known color: Eastern Blue. HEX triplet: 14, 7D and 94. RGB value is (20,125,148). Sum of RGB (Red+Green+Blue) = 20+125+148=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #147D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147D94 is #EB826B. Grayscale: #606060. Windows color (decimal): -15434348 or 9731348. OLE color: 9731348.

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

Color convert

RGB 20 125 148 -
CMYK 0.86 0.16 0 0.42
HSL 190.78º 0.76% 0.33% -
HSV(B) 190.78º 0.86% 0.58% -
XYZ 12.97 16.95 30.61 -
YUV 96.23 157.21 73.63 -
System Red Green Blue C M Y K H S L
Decimal 20 125 148 0.86 0.16 0 0.42 190.78 0.76 0.33
Hex 14 7D 94 56 10 0 2A BF 4C 21
Octal 24 175 224 126 20 0 52 277 114 41
Binary 10100 1111101 10010100 1010110 10000 0 101010 10111111 1001100 100001

Color Harmonies of #147D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147D94

Black with #147D94

Text Example


Text Example

White with #147D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,125,148); }

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

background-color css

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

 a { background-color: rgb(20,125,148); }

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

border-color css

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

 span { border-color: rgb(20,125,148); }

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