#147590

Color #147590 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #147590

Tints of Allports #147590

Color information

#147590 (or 0x147590) is unknown color: approx Allports. HEX triplet: 14, 75 and 90. RGB value is (20,117,144). Sum of RGB (Red+Green+Blue) = 20+117+144=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #147590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147590 is #EB8A6F. Grayscale: #5A5A5A. Windows color (decimal): -15436400 or 9467156. OLE color: 9467156.

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

Color convert

RGB20117144-
CMYK0.860.1900.44
HSL193.06º75.61%32.16%-
HSV(B)193.06º86.11%56.47%-
XYZ11.6814.8828.64-
YUV91.08157.8677.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.12%
GREEN value IS 117 (46.09% from 255) = 41.64%
BLUE value IS 144 (56.64% from 255) = 51.25%
R=7.12%
G=41.64%
B=51.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201171440.860.1900.44193.0675.6132.16
Hex147590561302Cc14c20
Octal241652201262305430111440
Binary101001110101100100001010110100110101100110000011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147590; }

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

 H1.HeaderClassName
 {
   color: #147590;
 }
 .AnyTagClassName
 {
   color: #147590;
 }
</style>
background-color css

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

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

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

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

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

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