#147790

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

Shades of Allports #147790

Tints of Allports #147790

Color information

#147790 (or 0x147790) is unknown color: approx Allports. HEX triplet: 14, 77 and 90. RGB value is (20,119,144). Sum of RGB (Red+Green+Blue) = 20+119+144=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #147790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147790 is #EB886F. Grayscale: #5C5C5C. Windows color (decimal): -15435888 or 9467668. OLE color: 9467668.

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

Color convert

RGB20119144-
CMYK0.860.1700.44
HSL192.1º75.61%32.16%-
HSV(B)192.1º86.11%56.47%-
XYZ11.9215.3628.72-
YUV92.25157.276.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.07%
GREEN value IS 119 (46.88% from 255) = 42.05%
BLUE value IS 144 (56.64% from 255) = 50.88%
R=7.07%
G=42.05%
B=50.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201191440.860.1700.44192.175.6132.16
Hex147790561102Cc04c20
Octal241672201262105430011440
Binary101001110111100100001010110100010101100110000001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147790; }

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

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

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

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

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

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

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

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