Html Css Color HEX #147B91 Eastern Blue

📋 copy color: '#147B91'

red 20 ◦ green 123 ◦ blue 145

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

Shades of Eastern Blue #147B91

Tints of Eastern Blue #147B91

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.71%

 BLUE value IS 145 (57.03% from 255) = 50.35%

R = 6.94%
G = 42.71%
B = 50.35%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#147B91 (or 0x147B91) is known color: Eastern Blue. HEX triplet: 14, 7B and 91. RGB value is (20,123,145). Sum of RGB (Red+Green+Blue) = 20+123+145=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #147B91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147B91 is #EB846E. Grayscale: #5E5E5E. Windows color (decimal): -15434863 or 9534228. OLE color: 9534228.

HSL color Cylindrical-coordinate representation of color #147B91: hue angle of 190.56º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147B91 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 123 145 -
CMYK 0.86 0.15 0 0.43
HSL 190.56º 0.76% 0.32% -
HSV(B) 190.56º 0.86% 0.57% -
XYZ 12.48 16.36 29.29 -
YUV 94.71 156.38 74.71 -
System Red Green Blue C M Y K H S L
Decimal 20 123 145 0.86 0.15 0 0.43 190.56 0.76 0.32
Hex 14 7B 91 56 F 0 2B BF 4C 20
Octal 24 173 221 126 17 0 53 277 114 40
Binary 10100 1111011 10010001 1010110 1111 0 101011 10111111 1001100 100000

Color Harmonies of #147B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147B91

Black with #147B91

Text Example


Text Example

White with #147B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,123,145); }

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

background-color css

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

 a { background-color: rgb(20,123,145); }

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

border-color css

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

 span { border-color: rgb(20,123,145); }

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