#146D8E

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

Shades of Allports #146D8E

Tints of Allports #146D8E

Color information

#146D8E (or 0x146D8E) is unknown color: approx Allports. HEX triplet: 14, 6D and 8E. RGB value is (20,109,142). Sum of RGB (Red+Green+Blue) = 20+109+142=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #146D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146D8E is #EB9271. Grayscale: #555555. Windows color (decimal): -15438450 or 9334036. OLE color: 9334036.

HSL color Cylindrical-coordinate representation of color #146D8E: hue angle of 196.23º 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 #146D8E is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB20109142-
CMYK0.860.2300.44
HSL196.23º75.31%31.76%-
HSV(B)196.23º85.92%55.69%-
XYZ10.6413.0427.55-
YUV86.15159.5180.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.38%
GREEN value IS 109 (42.97% from 255) = 40.22%
BLUE value IS 142 (55.86% from 255) = 52.40%
R=7.38%
G=40.22%
B=52.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201091420.860.2300.44196.2375.3131.76
Hex146D8E561702Cc44b20
Octal241552161262705430411340
Binary101001101101100011101010110101110101100110001001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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