#146174

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

Shades of Allports #146174

Tints of Allports #146174

Color information

#146174 (or 0x146174) is unknown color: approx Allports. HEX triplet: 14, 61 and 74. RGB value is (20,97,116). Sum of RGB (Red+Green+Blue) = 20+97+116=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #146174 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146174 is #EB9E8B. Grayscale: #4B4B4B. Windows color (decimal): -15441548 or 7627028. OLE color: 7627028.

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

Color convert

RGB2097116-
CMYK0.830.1600.55
HSL191.88º70.59%26.67%-
HSV(B)191.88º82.76%45.49%-
XYZ7.729.9618.04-
YUV76.14150.4987.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.58%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 116 (45.70% from 255) = 49.79%
R=8.58%
G=41.63%
B=49.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20971160.830.1600.55191.8870.5926.67
Hex1461745310037c0471b
Octal241411641232006730010733
Binary1010011000011110100101001110000011011111000000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146174; }

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

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

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

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

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

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

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

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