#146173

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

Shades of Allports #146173

Tints of Allports #146173

Color information

#146173 (or 0x146173) is unknown color: approx Allports. HEX triplet: 14, 61 and 73. RGB value is (20,97,115). Sum of RGB (Red+Green+Blue) = 20+97+115=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #146173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146173 is #EB9E8C. Grayscale: #4B4B4B. Windows color (decimal): -15441549 or 7561492. OLE color: 7561492.

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

Color convert

RGB2097115-
CMYK0.830.1600.55
HSL191.37º70.37%26.47%-
HSV(B)191.37º82.61%45.1%-
XYZ7.669.9417.73-
YUV76.03149.9988.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.62%
GREEN value IS 97 (38.28% from 255) = 41.81%
BLUE value IS 115 (45.31% from 255) = 49.57%
R=8.62%
G=41.81%
B=49.57%

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
Decimal20971150.830.1600.55191.3770.3726.47
Hex1461735310037bf461a
Octal241411631232006727710632
Binary1010011000011110011101001110000011011110111111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146173; }

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

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

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

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

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

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

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

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