#145E80

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

Shades of Allports #145E80

Tints of Allports #145E80

Color information

#145E80 (or 0x145E80) is unknown color: approx Allports. HEX triplet: 14, 5E and 80. RGB value is (20,94,128). Sum of RGB (Red+Green+Blue) = 20+94+128=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #145E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145E80 is #EBA17F. Grayscale: #4B4B4B. Windows color (decimal): -15442304 or 8412692. OLE color: 8412692.

HSL color Cylindrical-coordinate representation of color #145E80: hue angle of 198.89º 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 #145E80 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2094128-
CMYK0.840.2700.50
HSL198.89º72.97%29.02%-
HSV(B)198.89º84.38%50.2%-
XYZ8.199.7121.87-
YUV75.75157.4888.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.26%
GREEN value IS 94 (37.11% from 255) = 38.84%
BLUE value IS 128 (50.39% from 255) = 52.89%
R=8.26%
G=38.84%
B=52.89%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20941280.840.2700.50198.8972.9729.02
Hex145E80541B032c7491d
Octal241362001243306230711135
Binary10100101111010000000101010011011011001011000111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145E80; }

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

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

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

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

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

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

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

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