#146E8E

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

Shades of Allports #146E8E

Tints of Allports #146E8E

Color information

#146E8E (or 0x146E8E) is unknown color: approx Allports. HEX triplet: 14, 6E and 8E. RGB value is (20,110,142). Sum of RGB (Red+Green+Blue) = 20+110+142=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #146E8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146E8E is #EB9171. Grayscale: #565656. Windows color (decimal): -15438194 or 9334292. OLE color: 9334292.

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

Color convert

RGB20110142-
CMYK0.860.2300.44
HSL195.74º75.31%31.76%-
HSV(B)195.74º85.92%55.69%-
XYZ10.7513.2527.58-
YUV86.74159.1880.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.35%
GREEN value IS 110 (43.36% from 255) = 40.44%
BLUE value IS 142 (55.86% from 255) = 52.21%
R=7.35%
G=40.44%
B=52.21%

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
Decimal201101420.860.2300.44195.7475.3131.76
Hex146E8E561702Cc44b20
Octal241562161262705430411340
Binary101001101110100011101010110101110101100110001001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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