Html Css Color HEX #147190 Allports

📋 copy color: '#147190'

red 20 ◦ green 113 ◦ blue 144

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

Shades of Allports #147190

Tints of Allports #147190

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.79%

 BLUE value IS 144 (56.64% from 255) = 51.99%

R = 7.22%
G = 40.79%
B = 51.99%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#147190 (or 0x147190) is known color: Allports. HEX triplet: 14, 71 and 90. RGB value is (20,113,144). Sum of RGB (Red+Green+Blue) = 20+113+144=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #147190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147190 is #EB8E6F. Grayscale: #585858. Windows color (decimal): -15437424 or 9466132. OLE color: 9466132.

HSL color Cylindrical-coordinate representation of color #147190: hue angle of 195º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147190 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 113 144 -
CMYK 0.86 0.22 0 0.44
HSL 195º 0.76% 0.32% -
HSV(B) 195º 0.86% 0.56% -
XYZ 11.23 13.97 28.49 -
YUV 88.73 159.19 78.98 -
System Red Green Blue C M Y K H S L
Decimal 20 113 144 0.86 0.22 0 0.44 195 0.76 0.32
Hex 14 71 90 56 16 0 2C C3 4C 20
Octal 24 161 220 126 26 0 54 303 114 40
Binary 10100 1110001 10010000 1010110 10110 0 101100 11000011 1001100 100000

Color Harmonies of #147190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147190

Black with #147190

Text Example


Text Example

White with #147190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147190; }

 p { color: rgb(20,113,144); }

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

background-color css

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

 a { background-color: rgb(20,113,144); }

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

border-color css

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

 span { border-color: rgb(20,113,144); }

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