#146A8C

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

Shades of Allports #146A8C

Tints of Allports #146A8C

Color information

#146A8C (or 0x146A8C) is unknown color: approx Allports. HEX triplet: 14, 6A and 8C. RGB value is (20,106,140). Sum of RGB (Red+Green+Blue) = 20+106+140=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 140 (55.08% from 255 or 52.63% from 266); Max value from RGB is 140 - color contains mainly: blue. Hex color #146A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146A8C is #EB9573. Grayscale: #535353. Windows color (decimal): -15439220 or 9202196. OLE color: 9202196.

HSL color Cylindrical-coordinate representation of color #146A8C: hue angle of 197º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #146A8C is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB20106140-
CMYK0.860.2400.45
HSL197º75%31.37%-
HSV(B)197º85.71%54.9%-
XYZ10.1812.3526.66-
YUV84.16159.5182.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.52%
GREEN value IS 106 (41.80% from 255) = 39.85%
BLUE value IS 140 (55.08% from 255) = 52.63%
R=7.52%
G=39.85%
B=52.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201061400.860.2400.451977531.37
Hex146A8C561802Dc54b1f
Octal241522141263005530511337
Binary10100110101010001100101011011000010110111000101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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