Html Css Color HEX #147290 Allports

📋 copy color: '#147290'

red 20 ◦ green 114 ◦ blue 144

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

Shades of Allports #147290

Tints of Allports #147290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.01%

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

R = 7.19%
G = 41.01%
B = 51.8%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#147290 (or 0x147290) is known color: Allports. HEX triplet: 14, 72 and 90. RGB value is (20,114,144). Sum of RGB (Red+Green+Blue) = 20+114+144=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #147290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147290 is #EB8D6F. Grayscale: #595959. Windows color (decimal): -15437168 or 9466388. OLE color: 9466388.

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

Color convert

RGB 20 114 144 -
CMYK 0.86 0.21 0 0.44
HSL 194.52º 0.76% 0.32% -
HSV(B) 194.52º 0.86% 0.56% -
XYZ 11.34 14.2 28.53 -
YUV 89.31 158.86 78.56 -
System Red Green Blue C M Y K H S L
Decimal 20 114 144 0.86 0.21 0 0.44 194.52 0.76 0.32
Hex 14 72 90 56 15 0 2C C3 4C 20
Octal 24 162 220 126 25 0 54 303 114 40
Binary 10100 1110010 10010000 1010110 10101 0 101100 11000011 1001100 100000

Color Harmonies of #147290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147290

Black with #147290

Text Example


Text Example

White with #147290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147290; }

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

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

background-color css

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

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

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

border-color css

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

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

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