#146080

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

Shades of Allports #146080

Tints of Allports #146080

Color information

#146080 (or 0x146080) is unknown color: approx Allports. HEX triplet: 14, 60 and 80. RGB value is (20,96,128). Sum of RGB (Red+Green+Blue) = 20+96+128=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #146080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146080 is #EB9F7F. Grayscale: #4C4C4C. Windows color (decimal): -15441792 or 8413204. OLE color: 8413204.

HSL color Cylindrical-coordinate representation of color #146080: hue angle of 197.78º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #146080 is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2096128-
CMYK0.840.2500.50
HSL197.78º72.97%29.02%-
HSV(B)197.78º84.38%50.2%-
XYZ8.3710.0721.93-
YUV76.92156.8287.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.20%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 128 (50.39% from 255) = 52.46%
R=8.20%
G=39.34%
B=52.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20961280.840.2500.50197.7872.9729.02
Hex1460805419032c6491d
Octal241402001243106230611135
Binary10100110000010000000101010011001011001011000110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146080; }

 p { color: rgb(20,96,128); }

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

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

 a { background-color: rgb(20,96,128); }

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

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

 span { border-color: rgb(20,96,128); }

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