#146e90

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

Shades of Allports #146E90

Tints of Allports #146E90

Color information

#146E90 (or 0x146E90) is unknown color: approx Allports. HEX triplet: 14, 6E and 90. RGB value is (20,110,144). Sum of RGB (Red+Green+Blue) = 20+110+144=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #146E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146E90 is #EB916F. Grayscale: #565656. Windows color (decimal): -15438192 or 9465364. OLE color: 9465364.

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

Color convert

RGB20110144-
CMYK0.860.2400.44
HSL196.45º75.61%32.16%-
HSV(B)196.45º86.11%56.47%-
XYZ10.913.3128.38-
YUV86.97160.1880.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.30%
GREEN value IS 110 (43.36% from 255) = 40.15%
BLUE value IS 144 (56.64% from 255) = 52.55%
R=7.30%
G=40.15%
B=52.55%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201101440.860.2400.44196.4575.6132.16
Hex146E90561802Cc44c20
Octal241562201263005430411440
Binary101001101110100100001010110110000101100110001001001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146e90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146e90; }

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

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

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

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

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

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

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

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