Html Css Color HEX #147D9B Eastern Blue

📋 copy color: '#147D9B'

red 20 ◦ green 125 ◦ blue 155

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

Shades of Eastern Blue #147D9B

Tints of Eastern Blue #147D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.67%

R = 6.67%
G = 41.67%
B = 51.67%

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

#147D9B (or 0x147D9B) is known color: Eastern Blue. HEX triplet: 14, 7D and 9B. RGB value is (20,125,155). Sum of RGB (Red+Green+Blue) = 20+125+155=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 125 (49.22% from 255 or 41.67% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #147D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147D9B is #EB8264. Grayscale: #606060. Windows color (decimal): -15434341 or 10190100. OLE color: 10190100.

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

Color convert

RGB 20 125 155 -
CMYK 0.87 0.19 0 0.39
HSL 193.33º 0.77% 0.34% -
HSV(B) 193.33º 0.87% 0.61% -
XYZ 13.54 17.18 33.61 -
YUV 97.03 160.71 73.06 -
System Red Green Blue C M Y K H S L
Decimal 20 125 155 0.87 0.19 0 0.39 193.33 0.77 0.34
Hex 14 7D 9B 57 13 0 27 C1 4D 22
Octal 24 175 233 127 23 0 47 301 115 42
Binary 10100 1111101 10011011 1010111 10011 0 100111 11000001 1001101 100010

Color Harmonies of #147D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147D9B

Black with #147D9B

Text Example


Text Example

White with #147D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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