#146A91

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

Shades of Allports #146A91

Tints of Allports #146A91

Color information

#146A91 (or 0x146A91) is unknown color: approx Allports. HEX triplet: 14, 6A and 91. RGB value is (20,106,145). Sum of RGB (Red+Green+Blue) = 20+106+145=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #146A91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146A91 is #EB956E. Grayscale: #545454. Windows color (decimal): -15439215 or 9529876. OLE color: 9529876.

HSL color Cylindrical-coordinate representation of color #146A91: hue angle of 198.72º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #146A91 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB20106145-
CMYK0.860.2700.43
HSL198.72º75.76%32.35%-
HSV(B)198.72º86.21%56.86%-
XYZ10.5512.528.64-
YUV84.73162.0181.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.38%
GREEN value IS 106 (41.80% from 255) = 39.11%
BLUE value IS 145 (57.03% from 255) = 53.51%
R=7.38%
G=39.11%
B=53.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201061450.860.2700.43198.7275.7632.35
Hex146A91561B02Bc74c20
Octal241522211263305330711440
Binary101001101010100100011010110110110101011110001111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,106,145); }

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

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

 a { background-color: rgb(20,106,145); }

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

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

 span { border-color: rgb(20,106,145); }

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