#146175

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

Shades of Allports #146175

Tints of Allports #146175

Color information

#146175 (or 0x146175) is unknown color: approx Allports. HEX triplet: 14, 61 and 75. RGB value is (20,97,117). Sum of RGB (Red+Green+Blue) = 20+97+117=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #146175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146175 is #EB9E8A. Grayscale: #4C4C4C. Windows color (decimal): -15441547 or 7692564. OLE color: 7692564.

HSL color Cylindrical-coordinate representation of color #146175: hue angle of 192.37º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146175 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2097117-
CMYK0.830.1700.54
HSL192.37º70.8%26.86%-
HSV(B)192.37º82.91%45.88%-
XYZ7.779.9818.35-
YUV76.26150.9987.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.55%
GREEN value IS 97 (38.28% from 255) = 41.45%
BLUE value IS 117 (46.09% from 255) = 50%
R=8.55%
G=41.45%
B=50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20971170.830.1700.54192.3770.826.86
Hex1461755311036c0471b
Octal241411651232106630010733
Binary1010011000011110101101001110001011011011000000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146175; }

 p { color: rgb(20,97,117); }

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

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

 a { background-color: rgb(20,97,117); }

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

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

 span { border-color: rgb(20,97,117); }

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