#146A8E

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

Shades of Allports #146A8E

Tints of Allports #146A8E

Color information

#146A8E (or 0x146A8E) is unknown color: approx Allports. HEX triplet: 14, 6A and 8E. RGB value is (20,106,142). Sum of RGB (Red+Green+Blue) = 20+106+142=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #146A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146A8E is #EB9571. Grayscale: #545454. Windows color (decimal): -15439218 or 9333268. OLE color: 9333268.

HSL color Cylindrical-coordinate representation of color #146A8E: hue angle of 197.7º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #146A8E is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB20106142-
CMYK0.860.2500.44
HSL197.7º75.31%31.76%-
HSV(B)197.7º85.92%55.69%-
XYZ10.3312.4127.44-
YUV84.39160.5182.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.46%
GREEN value IS 106 (41.80% from 255) = 39.55%
BLUE value IS 142 (55.86% from 255) = 52.99%
R=7.46%
G=39.55%
B=52.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201061420.860.2500.44197.775.3131.76
Hex146A8E561902Cc64b20
Octal241522161263105430611340
Binary101001101010100011101010110110010101100110001101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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