#146694

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

Shades of Allports #146694

Tints of Allports #146694

Color information

#146694 (or 0x146694) is unknown color: approx Allports. HEX triplet: 14, 66 and 94. RGB value is (20,102,148). Sum of RGB (Red+Green+Blue) = 20+102+148=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #146694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146694 is #EB996B. Grayscale: #525252. Windows color (decimal): -15440236 or 9725460. OLE color: 9725460.

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

Color convert

RGB20102148-
CMYK0.860.3100.42
HSL201.56º76.19%32.94%-
HSV(B)201.56º86.49%58.04%-
XYZ10.3911.7929.75-
YUV82.73164.8383.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.41%
GREEN value IS 102 (40.23% from 255) = 37.78%
BLUE value IS 148 (58.20% from 255) = 54.81%
R=7.41%
G=37.78%
B=54.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201021480.860.3100.42201.5676.1932.94
Hex146694561F02Aca4c21
Octal241462241263705231211441
Binary101001100110100101001010110111110101010110010101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146694; }

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

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

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

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

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

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

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

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