Html Css Color HEX #147D93 Eastern Blue

📋 copy color: '#147D93'

red 20 ◦ green 125 ◦ blue 147

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

Shades of Eastern Blue #147D93

Tints of Eastern Blue #147D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 50.34%

R = 6.85%
G = 42.81%
B = 50.34%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#147D93 (or 0x147D93) is known color: Eastern Blue. HEX triplet: 14, 7D and 93. RGB value is (20,125,147). Sum of RGB (Red+Green+Blue) = 20+125+147=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #147D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147D93 is #EB826C. Grayscale: #5F5F5F. Windows color (decimal): -15434349 or 9665812. OLE color: 9665812.

HSL color Cylindrical-coordinate representation of color #147D93: hue angle of 190.39º 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 #147D93 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 125 147 -
CMYK 0.86 0.15 0 0.42
HSL 190.39º 0.76% 0.33% -
HSV(B) 190.39º 0.86% 0.58% -
XYZ 12.89 16.92 30.19 -
YUV 96.11 156.71 73.71 -
System Red Green Blue C M Y K H S L
Decimal 20 125 147 0.86 0.15 0 0.42 190.39 0.76 0.33
Hex 14 7D 93 56 F 0 2A BE 4C 21
Octal 24 175 223 126 17 0 52 276 114 41
Binary 10100 1111101 10010011 1010110 1111 0 101010 10111110 1001100 100001

Color Harmonies of #147D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147D93

Black with #147D93

Text Example


Text Example

White with #147D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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