#146794

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

Shades of Allports #146794

Tints of Allports #146794

Color information

#146794 (or 0x146794) is unknown color: approx Allports. HEX triplet: 14, 67 and 94. RGB value is (20,103,148). Sum of RGB (Red+Green+Blue) = 20+103+148=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #146794 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146794 is #EB986B. Grayscale: #535353. Windows color (decimal): -15439980 or 9725716. OLE color: 9725716.

HSL color Cylindrical-coordinate representation of color #146794: hue angle of 201.09º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #146794 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB20103148-
CMYK0.860.3000.42
HSL201.09º76.19%32.94%-
HSV(B)201.09º86.49%58.04%-
XYZ10.4811.9929.78-
YUV83.31164.582.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.38%
GREEN value IS 103 (40.62% from 255) = 38.01%
BLUE value IS 148 (58.20% from 255) = 54.61%
R=7.38%
G=38.01%
B=54.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201031480.860.3000.42201.0976.1932.94
Hex146794561E02Ac94c21
Octal241472241263605231111441
Binary101001100111100101001010110111100101010110010011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146794; }

 p { color: rgb(20,103,148); }

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

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

 a { background-color: rgb(20,103,148); }

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

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

 span { border-color: rgb(20,103,148); }

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