Html Css Color HEX #147387 Allports

📋 copy color: '#147387'

red 20 ◦ green 115 ◦ blue 135

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

Shades of Allports #147387

Tints of Allports #147387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 50%

R = 7.41%
G = 42.59%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#147387 (or 0x147387) is known color: Allports. HEX triplet: 14, 73 and 87. RGB value is (20,115,135). Sum of RGB (Red+Green+Blue) = 20+115+135=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #147387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147387 is #EB8C78. Grayscale: #585858. Windows color (decimal): -15436921 or 8876820. OLE color: 8876820.

HSL color Cylindrical-coordinate representation of color #147387: hue angle of 190.43º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147387 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 115 135 -
CMYK 0.85 0.15 0 0.47
HSL 190.43º 0.74% 0.3% -
HSV(B) 190.43º 0.85% 0.53% -
XYZ 10.79 14.16 25.09 -
YUV 88.88 154.03 78.87 -
System Red Green Blue C M Y K H S L
Decimal 20 115 135 0.85 0.15 0 0.47 190.43 0.74 0.3
Hex 14 73 87 55 F 0 2F BE 4A 1E
Octal 24 163 207 125 17 0 57 276 112 36
Binary 10100 1110011 10000111 1010101 1111 0 101111 10111110 1001010 11110

Color Harmonies of #147387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147387

Black with #147387

Text Example


Text Example

White with #147387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147387; }

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

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

background-color css

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

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

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

border-color css

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

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

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