#146C79

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

Shades of Allports #146C79

Tints of Allports #146C79

Color information

#146C79 (or 0x146C79) is unknown color: approx Allports. HEX triplet: 14, 6C and 79. RGB value is (20,108,121). Sum of RGB (Red+Green+Blue) = 20+108+121=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #146C79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146C79 is #EB9386. Grayscale: #535353. Windows color (decimal): -15438727 or 7957524. OLE color: 7957524.

HSL color Cylindrical-coordinate representation of color #146C79: hue angle of 187.72º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146C79 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB20108121-
CMYK0.830.1100.53
HSL187.72º71.63%27.65%-
HSV(B)187.72º83.47%47.45%-
XYZ9.112.2519.97-
YUV83.17149.3582.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.03%
GREEN value IS 108 (42.58% from 255) = 43.37%
BLUE value IS 121 (47.66% from 255) = 48.59%
R=8.03%
G=43.37%
B=48.59%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal201081210.830.1100.53187.7271.6327.65
Hex146C7953B035bc481c
Octal241541711231306527411034
Binary101001101100111100110100111011011010110111100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,108,121); }

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

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

 a { background-color: rgb(20,108,121); }

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

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

 span { border-color: rgb(20,108,121); }

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