Html Css Color HEX #147490 Allports

📋 copy color: '#147490'

red 20 ◦ green 116 ◦ blue 144

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

Shades of Allports #147490

Tints of Allports #147490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.43%

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

R = 7.14%
G = 41.43%
B = 51.43%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#147490 (or 0x147490) is known color: Allports. HEX triplet: 14, 74 and 90. RGB value is (20,116,144). Sum of RGB (Red+Green+Blue) = 20+116+144=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #147490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147490 is #EB8B6F. Grayscale: #5A5A5A. Windows color (decimal): -15436656 or 9466900. OLE color: 9466900.

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

Color convert

RGB 20 116 144 -
CMYK 0.86 0.19 0 0.44
HSL 193.55º 0.76% 0.32% -
HSV(B) 193.55º 0.86% 0.56% -
XYZ 11.57 14.65 28.6 -
YUV 90.49 158.2 77.72 -
System Red Green Blue C M Y K H S L
Decimal 20 116 144 0.86 0.19 0 0.44 193.55 0.76 0.32
Hex 14 74 90 56 13 0 2C C2 4C 20
Octal 24 164 220 126 23 0 54 302 114 40
Binary 10100 1110100 10010000 1010110 10011 0 101100 11000010 1001100 100000

Color Harmonies of #147490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147490

Black with #147490

Text Example


Text Example

White with #147490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147490; }

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

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

background-color css

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

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

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

border-color css

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

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

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