Html Css Color HEX #147391 Allports

📋 copy color: '#147391'

red 20 ◦ green 115 ◦ blue 145

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

Shades of Allports #147391

Tints of Allports #147391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.07%

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

R = 7.14%
G = 41.07%
B = 51.79%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#147391 (or 0x147391) is known color: Allports. HEX triplet: 14, 73 and 91. RGB value is (20,115,145). Sum of RGB (Red+Green+Blue) = 20+115+145=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #147391 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147391 is #EB8C6E. Grayscale: #595959. Windows color (decimal): -15436911 or 9532180. OLE color: 9532180.

HSL color Cylindrical-coordinate representation of color #147391: hue angle of 194.4º 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 #147391 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 115 145 -
CMYK 0.86 0.21 0 0.43
HSL 194.4º 0.76% 0.32% -
HSV(B) 194.4º 0.86% 0.57% -
XYZ 11.53 14.45 28.97 -
YUV 90.02 159.03 78.06 -
System Red Green Blue C M Y K H S L
Decimal 20 115 145 0.86 0.21 0 0.43 194.4 0.76 0.32
Hex 14 73 91 56 15 0 2B C2 4C 20
Octal 24 163 221 126 25 0 53 302 114 40
Binary 10100 1110011 10010001 1010110 10101 0 101011 11000010 1001100 100000

Color Harmonies of #147391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147391

Black with #147391

Text Example


Text Example

White with #147391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147391; }

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

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

background-color css

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

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

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

border-color css

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

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

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