#146991

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

Shades of Allports #146991

Tints of Allports #146991

Color information

#146991 (or 0x146991) is unknown color: approx Allports. HEX triplet: 14, 69 and 91. RGB value is (20,105,145). Sum of RGB (Red+Green+Blue) = 20+105+145=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #146991 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146991 is #EB966E. Grayscale: #535353. Windows color (decimal): -15439471 or 9529620. OLE color: 9529620.

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

Color convert

RGB20105145-
CMYK0.860.2800.43
HSL199.2º75.76%32.35%-
HSV(B)199.2º86.21%56.86%-
XYZ10.4512.328.61-
YUV84.14162.3482.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.41%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 145 (57.03% from 255) = 53.70%
R=7.41%
G=38.89%
B=53.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201051450.860.2800.43199.275.7632.35
Hex146991561C02Bc74c20
Octal241512211263405330711440
Binary101001101001100100011010110111000101011110001111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146991; }

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

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

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

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

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

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

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

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